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