pub struct DynMoveLeft(pub u16);
Expand description
The dynamic DynMoveLeft(COLUMNS)
command.
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for DynMoveLeft
impl Clone for DynMoveLeft
Source§fn clone(&self) -> DynMoveLeft
fn clone(&self) -> DynMoveLeft
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DynMoveLeft
impl Debug for DynMoveLeft
Source§impl Display for DynMoveLeft
impl Display for DynMoveLeft
Source§impl PartialEq for DynMoveLeft
impl PartialEq for DynMoveLeft
impl Command for DynMoveLeft
impl Copy for DynMoveLeft
impl Eq for DynMoveLeft
impl StructuralPartialEq for DynMoveLeft
Auto Trait Implementations§
impl Freeze for DynMoveLeft
impl RefUnwindSafe for DynMoveLeft
impl Send for DynMoveLeft
impl Sync for DynMoveLeft
impl Unpin for DynMoveLeft
impl UnwindSafe for DynMoveLeft
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