Struct gtk_sys::GtkNotebookAccessible[][src]

#[repr(C)]
pub struct GtkNotebookAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkNotebookAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkNotebookAccessible
[src]

impl Clone for GtkNotebookAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkNotebookAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations