pub struct DynMoveRight(pub u16);
Expand description
The dynamic DynMoveRight(COLUMNS)
command.
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for DynMoveRight
impl Clone for DynMoveRight
Source§fn clone(&self) -> DynMoveRight
fn clone(&self) -> DynMoveRight
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 DynMoveRight
impl Debug for DynMoveRight
Source§impl Display for DynMoveRight
impl Display for DynMoveRight
Source§impl PartialEq for DynMoveRight
impl PartialEq for DynMoveRight
impl Command for DynMoveRight
impl Copy for DynMoveRight
impl Eq for DynMoveRight
impl StructuralPartialEq for DynMoveRight
Auto Trait Implementations§
impl Freeze for DynMoveRight
impl RefUnwindSafe for DynMoveRight
impl Send for DynMoveRight
impl Sync for DynMoveRight
impl Unpin for DynMoveRight
impl UnwindSafe for DynMoveRight
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