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