Struct gtk_sys::_GtkListStorePrivate
source · [−]#[repr(C)]pub struct _GtkListStorePrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkListStorePrivate
impl !Send for _GtkListStorePrivate
impl !Sync for _GtkListStorePrivate
impl !Unpin for _GtkListStorePrivate
impl UnwindSafe for _GtkListStorePrivate
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