Struct gtk_sys::GtkImage[][src]

#[repr(C)]
pub struct GtkImage { pub misc: GtkMisc, pub priv_: *mut GtkImagePrivate, }

Fields

Trait Implementations

impl Copy for GtkImage
[src]

impl Clone for GtkImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkImage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkImage

impl !Sync for GtkImage