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