pub struct LineTo(pub Number, pub Number);
Tuple Fields§
§0: Number
§1: Number
Trait Implementations§
Source§impl<'a> From<LineTo> for TypedInstruction<'a>
impl<'a> From<LineTo> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for LineTo
impl<'a> TryFrom<TypedInstruction<'a>> for LineTo
impl StructuralPartialEq for LineTo
Auto Trait Implementations§
impl Freeze for LineTo
impl RefUnwindSafe for LineTo
impl Send for LineTo
impl Sync for LineTo
impl Unpin for LineTo
impl UnwindSafe for LineTo
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