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 Copy for GtkInfoBarimpl Clone for GtkInfoBar[src]
impl Clone for GtkInfoBarfn clone(&self) -> GtkInfoBar[src]
fn clone(&self) -> GtkInfoBarReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkInfoBar[src]
impl Debug for GtkInfoBarAuto Trait Implementations
impl !Send for GtkInfoBar
impl !Send for GtkInfoBarimpl !Sync for GtkInfoBar
impl !Sync for GtkInfoBar