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