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
sourceimpl Clone for _GtkStatusIcon
impl Clone for _GtkStatusIcon
sourcefn clone(&self) -> _GtkStatusIcon
fn clone(&self) -> _GtkStatusIcon
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more