Struct gtk_sys::GtkStatusbar [−][src]
#[repr(C)]pub struct GtkStatusbar { pub parent_widget: GtkBox, pub priv_: *mut GtkStatusbarPrivate, }
Fields
parent_widget: GtkBoxpriv_: *mut GtkStatusbarPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkStatusbarimpl !Send for GtkStatusbarimpl !Sync for GtkStatusbarimpl Unpin for GtkStatusbarimpl UnwindSafe for GtkStatusbarBlanket Implementations
Mutably borrows from an owned value. Read more