Struct browser_window::browser::StartDraggingEvent
source · pub struct StartDraggingEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for StartDraggingEvent
impl RefUnwindSafe for StartDraggingEvent
impl !Send for StartDraggingEvent
impl !Sync for StartDraggingEvent
impl Unpin 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