Struct gtk_sys::GtkTargetList
source · [−]#[repr(C)]pub struct GtkTargetList { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTargetList
impl !Send for GtkTargetList
impl !Sync for GtkTargetList
impl !Unpin for GtkTargetList
impl UnwindSafe for GtkTargetList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more