Struct libappindicator_sys::_GtkStatusIcon
source · #[repr(C)]pub struct _GtkStatusIcon {
pub parent_instance: GObject,
pub priv_: *mut GtkStatusIconPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GtkStatusIconPrivate
Trait Implementations§
source§impl Clone for _GtkStatusIcon
impl Clone for _GtkStatusIcon
source§fn clone(&self) -> _GtkStatusIcon
fn clone(&self) -> _GtkStatusIcon
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 _GtkStatusIcon
impl Debug for _GtkStatusIcon
impl Copy for _GtkStatusIcon
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§
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