pub struct Up(pub u16);
Expand description
Scroll up.
Tuple Fields§
§0: u16
Trait Implementations§
impl Copy for Up
impl Eq for Up
impl StructuralEq for Up
impl StructuralPartialEq for Up
Auto Trait Implementations§
impl RefUnwindSafe for Up
impl Send for Up
impl Sync for Up
impl Unpin for Up
impl UnwindSafe for Up
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