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