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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkStatusbar
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkStatusbar

impl !Sync for GtkStatusbar