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