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
impl 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