Struct gtk_sys::GtkNotebook
source · #[repr(C)]pub struct GtkNotebook {
pub container: GtkContainer,
pub priv_: *mut GtkNotebookPrivate,
}
Fields§
§container: GtkContainer
§priv_: *mut GtkNotebookPrivate
Trait Implementations§
source§impl Clone for GtkNotebook
impl Clone for GtkNotebook
source§fn clone(&self) -> GtkNotebook
fn clone(&self) -> GtkNotebook
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more