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