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