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