pub enum HandleDragPhase {
Begin,
Move,
End,
Cancel,
}Expand description
Which end of a handle drag a sample is.
Variants§
Trait Implementations§
Source§impl Clone for HandleDragPhase
impl Clone for HandleDragPhase
Source§fn clone(&self) -> HandleDragPhase
fn clone(&self) -> HandleDragPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HandleDragPhase
Source§impl Debug for HandleDragPhase
impl Debug for HandleDragPhase
impl Eq for HandleDragPhase
Source§impl PartialEq for HandleDragPhase
impl PartialEq for HandleDragPhase
impl StructuralPartialEq for HandleDragPhase
Auto Trait Implementations§
impl Freeze for HandleDragPhase
impl RefUnwindSafe for HandleDragPhase
impl Send for HandleDragPhase
impl Sync for HandleDragPhase
impl Unpin for HandleDragPhase
impl UnsafeUnpin for HandleDragPhase
impl UnwindSafe for HandleDragPhase
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