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