#[repr(C)]pub struct AppIndicator {
pub parent: GObject,
pub priv_: *mut AppIndicatorPrivate,
}Fields§
§parent: GObject§priv_: *mut AppIndicatorPrivateTrait Implementations§
Source§impl Clone for AppIndicator
impl Clone for AppIndicator
Source§fn clone(&self) -> AppIndicator
fn clone(&self) -> AppIndicator
Returns a duplicate 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 Freeze for AppIndicator
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