pub struct ScrollDown(pub u16);Expand description
A command that scrolls the terminal screen a given number of rows down.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for ScrollDown
 
impl Clone for ScrollDown
Source§fn clone(&self) -> ScrollDown
 
fn clone(&self) -> ScrollDown
Returns a duplicate 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 Command for ScrollDown
 
impl Command for ScrollDown
Source§impl Debug for ScrollDown
 
impl Debug for ScrollDown
Source§impl Display for ScrollDown
 
impl Display for ScrollDown
Source§impl PartialEq for ScrollDown
 
impl PartialEq for ScrollDown
impl Copy for ScrollDown
impl Eq for ScrollDown
impl StructuralPartialEq for ScrollDown
Auto Trait Implementations§
impl Freeze for ScrollDown
impl RefUnwindSafe for ScrollDown
impl Send for ScrollDown
impl Sync for ScrollDown
impl Unpin for ScrollDown
impl UnwindSafe for ScrollDown
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