Enum gtk_sys::GtkNotebookTab
[−]
[src]
pub enum GtkNotebookTab { First, Last, }
Variants
First
Last
Trait Implementations
impl Clone for GtkNotebookTab
[src]
fn clone(&self) -> GtkNotebookTab
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more