#[repr(C)]pub struct _GtkStatusIconPrivate { /* private fields */ }
Trait Implementations
sourceimpl Clone for _GtkStatusIconPrivate
impl Clone for _GtkStatusIconPrivate
sourcefn clone(&self) -> _GtkStatusIconPrivate
fn clone(&self) -> _GtkStatusIconPrivate
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 _GtkStatusIconPrivate
impl Debug for _GtkStatusIconPrivate
impl Copy for _GtkStatusIconPrivate
Auto Trait Implementations
impl RefUnwindSafe for _GtkStatusIconPrivate
impl Send for _GtkStatusIconPrivate
impl Sync for _GtkStatusIconPrivate
impl Unpin for _GtkStatusIconPrivate
impl UnwindSafe for _GtkStatusIconPrivate
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