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