Struct libappindicator_sys::_AppIndicator
source · #[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§
source§impl Clone for _AppIndicator
impl Clone for _AppIndicator
source§fn clone(&self) -> _AppIndicator
fn clone(&self) -> _AppIndicator
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 moresource§impl Debug for _AppIndicator
impl Debug for _AppIndicator
impl Copy for _AppIndicator
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more