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