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