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