Struct gtk_sys::GtkActionBar [−][src]
#[repr(C)]pub struct GtkActionBar { pub bin: GtkBin, }
Fields
bin: GtkBin
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkActionBar
impl !Send for GtkActionBar
impl !Sync for GtkActionBar
impl Unpin for GtkActionBar
impl UnwindSafe for GtkActionBar
Blanket Implementations
Mutably borrows from an owned value. Read more