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