Struct gtk_sys::GtkNotebook[][src]

#[repr(C)]
pub struct GtkNotebook { pub container: GtkContainer, pub priv_: *mut GtkNotebookPrivate, }

Fields

Trait Implementations

impl Copy for GtkNotebook
[src]

impl Clone for GtkNotebook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkNotebook
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkNotebook

impl !Sync for GtkNotebook