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