pub struct ScrollUp(pub u16);
Expand description
A command that scrolls the terminal screen a given number of rows up.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: u16
Trait Implementations§
source§impl PartialEq for ScrollUp
impl PartialEq for ScrollUp
impl Copy for ScrollUp
impl Eq for ScrollUp
impl StructuralPartialEq for ScrollUp
Auto Trait Implementations§
impl Freeze for ScrollUp
impl RefUnwindSafe for ScrollUp
impl Send for ScrollUp
impl Sync for ScrollUp
impl Unpin for ScrollUp
impl UnwindSafe for ScrollUp
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