#[repr(C)]pub struct GtkDropTarget { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkDropTarget
impl RefUnwindSafe for GtkDropTarget
impl !Send for GtkDropTarget
impl !Sync for GtkDropTarget
impl !Unpin for GtkDropTarget
impl UnwindSafe for GtkDropTarget
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