pub enum PointerPhase {
Start,
Move,
End,
Cancel,
}Variants§
Trait Implementations§
Source§impl Clone for PointerPhase
impl Clone for PointerPhase
impl Copy for PointerPhase
Source§impl Debug for PointerPhase
impl Debug for PointerPhase
impl Eq for PointerPhase
Source§impl PartialEq for PointerPhase
impl PartialEq for PointerPhase
impl StructuralPartialEq for PointerPhase
Auto Trait Implementations§
impl Freeze for PointerPhase
impl RefUnwindSafe for PointerPhase
impl Send for PointerPhase
impl Sync for PointerPhase
impl Unpin for PointerPhase
impl UnsafeUnpin for PointerPhase
impl UnwindSafe for PointerPhase
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