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