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