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