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