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