pub struct DropFiles { /* private fields */ }
Expand description
Opaque type over one or more dragged files.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropFiles
impl RefUnwindSafe for DropFiles
impl !Send for DropFiles
impl !Sync for DropFiles
impl Unpin for DropFiles
impl UnwindSafe for DropFiles
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