pub struct Right(pub u16);
Expand description
A command to move the cursor given columns right.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Right
impl RefUnwindSafe for Right
impl Send for Right
impl Sync for Right
impl Unpin for Right
impl UnwindSafe for Right
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