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