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