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