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 GtkToolbar
impl Clone for GtkToolbar
[src]
impl Clone for GtkToolbar
fn clone(&self) -> GtkToolbar
[src]
fn clone(&self) -> GtkToolbar
Returns 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 GtkToolbar
Auto Trait Implementations
impl !Send for GtkToolbar
impl !Send for GtkToolbar
impl !Sync for GtkToolbar
impl !Sync for GtkToolbar