pub struct LineWidth(pub f64);
Expand description
Width of the lines
Tuple Fields§
§0: f64
Trait Implementations§
Source§impl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
Source§impl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
Source§impl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
impl Copy for LineWidth
Auto Trait Implementations§
impl Freeze for LineWidth
impl RefUnwindSafe for LineWidth
impl Send for LineWidth
impl Sync for LineWidth
impl Unpin for LineWidth
impl UnwindSafe for LineWidth
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