Struct gtk_sys::GtkStatusIcon
source · [−]#[repr(C)]pub struct GtkStatusIcon {
pub parent_instance: GObject,
pub priv_: *mut GtkStatusIconPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GtkStatusIconPrivateTrait 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