pub enum DragHit {
Drag(DragHitEvent),
Drop(DropHitEvent),
DragEnd,
NoHit,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DragHit
impl RefUnwindSafe for DragHit
impl Send for DragHit
impl Sync for DragHit
impl Unpin for DragHit
impl UnwindSafe for DragHit
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