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