pub struct LineWidth(pub Number);
Tuple Fields§
§0: Number
Trait Implementations§
Source§impl<'a> From<LineWidth> for TypedInstruction<'a>
impl<'a> From<LineWidth> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for LineWidth
impl<'a> TryFrom<TypedInstruction<'a>> for LineWidth
impl StructuralPartialEq 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