pub enum PanState {
Panning,
NotPanning,
}Variants§
Trait Implementations§
impl Copy for PanState
Auto Trait Implementations§
impl Freeze for PanState
impl RefUnwindSafe for PanState
impl Send for PanState
impl Sync for PanState
impl Unpin for PanState
impl UnwindSafe for PanState
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