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 Copy for GtkImage
impl Clone for GtkImage
[src]
impl Clone for GtkImage
fn clone(&self) -> GtkImage
[src]
fn clone(&self) -> GtkImage
Returns 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 GtkImage
[src]
impl Debug for GtkImage