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