pub struct PointSize(pub f64);
Expand description
Size of the points
Tuple Fields§
§0: f64
Trait Implementations§
Source§impl Set<PointSize> for Properties
impl Set<PointSize> for Properties
Source§impl Set<PointSize> for Properties
impl Set<PointSize> for Properties
impl Copy for PointSize
Auto Trait Implementations§
impl Freeze for PointSize
impl RefUnwindSafe for PointSize
impl Send for PointSize
impl Sync for PointSize
impl Unpin for PointSize
impl UnwindSafe for PointSize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more