#[repr(C)]pub struct _GtkStatusIconPrivate { /* private fields */ }
Trait Implementations§
source§impl Clone for _GtkStatusIconPrivate
impl Clone for _GtkStatusIconPrivate
source§fn clone(&self) -> _GtkStatusIconPrivate
fn clone(&self) -> _GtkStatusIconPrivate
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 _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§
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