Enum gtk_sys::GtkImageType
[−]
[src]
#[repr(C)]pub enum GtkImageType { Empty, Pixbuf, Stock, IconSet, Animation, IconName, Gicon, Surface, }
Variants
Empty
Pixbuf
Stock
IconSet
Animation
IconName
Gicon
Surface
Trait Implementations
impl Clone for GtkImageType
[src]
fn clone(&self) -> GtkImageType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more