pub struct StartDraggingEvent { /* private fields */ }Auto Trait Implementations§
impl !Send for StartDraggingEvent
impl !Sync for StartDraggingEvent
impl Freeze for StartDraggingEvent
impl RefUnwindSafe for StartDraggingEvent
impl Unpin for StartDraggingEvent
impl UnsafeUnpin for StartDraggingEvent
impl UnwindSafe for StartDraggingEvent
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