Struct gtk_sys::GtkImage
[−]
[src]
#[repr(C)]pub struct GtkImage { pub misc: GtkMisc, pub priv_: *mut GtkImagePrivate, }
Fields
misc: GtkMisc
priv_: *mut GtkImagePrivate
Trait Implementations
impl Copy for GtkImage
[src]
impl Clone for GtkImage
[src]
fn clone(&self) -> GtkImage
[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