pub struct Up(pub u16);Expand description
Scroll up.
Tuple Fields
0: u16Trait Implementations
impl Copy for Up
impl Eq for Up
impl StructuralEq for Up
impl StructuralPartialEq for Up
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more