Struct gtk_sys::GtkNumerableIcon
source · #[repr(C)]pub struct GtkNumerableIcon {
pub parent: GEmblemedIcon,
pub priv_: *mut GtkNumerableIconPrivate,
}Fields§
§parent: GEmblemedIcon§priv_: *mut GtkNumerableIconPrivateTrait Implementations§
source§impl Clone for GtkNumerableIcon
impl Clone for GtkNumerableIcon
source§fn clone(&self) -> GtkNumerableIcon
fn clone(&self) -> GtkNumerableIcon
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more