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 Copy for GtkToolbarimpl Clone for GtkToolbar[src]
impl Clone for GtkToolbarfn clone(&self) -> GtkToolbar[src]
fn clone(&self) -> GtkToolbarReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkToolbar[src]
impl Debug for GtkToolbarAuto Trait Implementations
impl !Send for GtkToolbar
impl !Send for GtkToolbarimpl !Sync for GtkToolbar
impl !Sync for GtkToolbar