Struct gtk_sys::GtkInfoBar [−][src]
#[repr(C)]pub struct GtkInfoBar { pub parent: GtkBox, pub priv_: *mut GtkInfoBarPrivate, }
Fields
parent: GtkBoxpriv_: *mut GtkInfoBarPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkInfoBarimpl !Send for GtkInfoBarimpl !Sync for GtkInfoBarimpl Unpin for GtkInfoBarimpl UnwindSafe for GtkInfoBarBlanket Implementations
Mutably borrows from an owned value. Read more