pub enum DragEffect {
Moved(Move),
}Expand description
Side work as data (FC-8): a landed drop the host should act on. A pure hover/cancel produces none.
Variants§
Trait Implementations§
Source§impl Clone for DragEffect
impl Clone for DragEffect
Source§fn clone(&self) -> DragEffect
fn clone(&self) -> DragEffect
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 moreSource§impl Debug for DragEffect
impl Debug for DragEffect
impl Eq for DragEffect
Source§impl PartialEq for DragEffect
impl PartialEq for DragEffect
impl StructuralPartialEq for DragEffect
Auto Trait Implementations§
impl Freeze for DragEffect
impl RefUnwindSafe for DragEffect
impl Send for DragEffect
impl Sync for DragEffect
impl Unpin for DragEffect
impl UnsafeUnpin for DragEffect
impl UnwindSafe for DragEffect
Blanket Implementations§
impl<T> Allocation for T
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