Struct gtk_sys::GtkNotebook [−][src]
#[repr(C)]pub struct GtkNotebook { pub container: GtkContainer, pub priv_: *mut GtkNotebookPrivate, }
Fields
container: GtkContainerpriv_: *mut GtkNotebookPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkNotebookimpl !Send for GtkNotebookimpl !Sync for GtkNotebookimpl Unpin for GtkNotebookimpl UnwindSafe for GtkNotebookBlanket Implementations
Mutably borrows from an owned value. Read more