pub enum PointerPhase {
Start,
Move,
End,
Cancel,
}Variants§
Trait Implementations§
Source§impl Clone for PointerPhase
impl Clone for PointerPhase
Source§fn clone(&self) -> PointerPhase
fn clone(&self) -> PointerPhase
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 PointerPhase
impl Debug for PointerPhase
Source§impl PartialEq for PointerPhase
impl PartialEq for PointerPhase
impl Copy for PointerPhase
impl Eq 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 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