Struct gtk4_sys::_GtkListBaseClass
source · [−]#[repr(C)]pub struct _GtkListBaseClass { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkListBaseClass
impl !Send for _GtkListBaseClass
impl !Sync for _GtkListBaseClass
impl !Unpin for _GtkListBaseClass
impl UnwindSafe for _GtkListBaseClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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