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