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
Auto Trait Implementations
impl RefUnwindSafe for GtkStatusIcon
impl !Send for GtkStatusIcon
impl !Sync for GtkStatusIcon
impl Unpin for GtkStatusIcon
impl UnwindSafe for GtkStatusIcon
Blanket Implementations
Mutably borrows from an owned value. Read more