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