Struct libappindicator_sys::_AppIndicator [−][src]
#[repr(C)]pub struct _AppIndicator {
pub parent: GObject,
pub priv_: *mut AppIndicatorPrivate,
}
Expand description
AppIndicator:
A application indicator represents the values that are needed to show a unique status in the panel for an application. In general, applications should try to fit in the other indicators that are available on the panel before using this. But, sometimes it is necissary.
Private fields @parent: Parent object. @priv: Internal data.
Fields
parent: GObject
priv_: *mut AppIndicatorPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _AppIndicator
impl !Send for _AppIndicator
impl !Sync for _AppIndicator
impl Unpin for _AppIndicator
impl UnwindSafe for _AppIndicator
Blanket Implementations
Mutably borrows from an owned value. Read more