Struct gtk_sys::GtkStatusbar
[−]
[src]
#[repr(C)]pub struct GtkStatusbar { pub parent_widget: GtkBox, pub priv_: *mut GtkStatusbarPrivate, }
Fields
parent_widget: GtkBox
priv_: *mut GtkStatusbarPrivate
Trait Implementations
impl Copy for GtkStatusbar
[src]
impl Clone for GtkStatusbar
[src]
fn clone(&self) -> GtkStatusbar
[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