Struct gtk_sys::GtkStatusbar[][src]

#[repr(C)]
pub struct GtkStatusbar { pub parent_widget: GtkBox, pub priv_: *mut GtkStatusbarPrivate, }

Fields

Trait Implementations

impl Copy for GtkStatusbar
[src]

impl Clone for GtkStatusbar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkStatusbar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkStatusbar

impl !Sync for GtkStatusbar