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