pub enum ScrollCommand {
Noop,
NW,
SE,
}
Expand description
A scroll command
Variants§
Trait Implementations§
Source§impl Clone for ScrollCommand
impl Clone for ScrollCommand
Source§fn clone(&self) -> ScrollCommand
fn clone(&self) -> ScrollCommand
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 Debug for ScrollCommand
impl Debug for ScrollCommand
Source§impl PartialEq for ScrollCommand
impl PartialEq for ScrollCommand
impl Copy for ScrollCommand
impl Eq for ScrollCommand
impl StructuralPartialEq for ScrollCommand
Auto Trait Implementations§
impl Freeze for ScrollCommand
impl RefUnwindSafe for ScrollCommand
impl Send for ScrollCommand
impl Sync for ScrollCommand
impl Unpin for ScrollCommand
impl UnwindSafe for ScrollCommand
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