pub enum ScrollOperation {
MoveScreen = 0,
BackToHero = 1,
LockScroll = 2,
UnlockScroll = 3,
Unknown = 4,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ScrollOperation
impl RefUnwindSafe for ScrollOperation
impl Send for ScrollOperation
impl Sync for ScrollOperation
impl Unpin for ScrollOperation
impl UnwindSafe for ScrollOperation
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