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
impl Copy for GtkInfoBar
[src]
impl Clone for GtkInfoBar
[src]
fn clone(&self) -> GtkInfoBar
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more