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 GtkImageimpl Clone for GtkImage[src]
impl Clone for GtkImagefn clone(&self) -> GtkImage[src]
fn clone(&self) -> GtkImageReturns 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