Struct gtk_sys::GtkInfoBar
source · #[repr(C)]pub struct GtkInfoBar {
pub parent: GtkBox,
pub priv_: *mut GtkInfoBarPrivate,
}
Fields§
§parent: GtkBox
§priv_: *mut GtkInfoBarPrivate
Trait Implementations§
source§impl Clone for GtkInfoBar
impl Clone for GtkInfoBar
source§fn clone(&self) -> GtkInfoBar
fn clone(&self) -> GtkInfoBar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more