#[repr(C)]pub struct PhoshStatusIcon {
pub parent_instance: GtkBin,
}Fields§
§parent_instance: GtkBinTrait Implementations§
Source§impl Clone for PhoshStatusIcon
impl Clone for PhoshStatusIcon
Source§fn clone(&self) -> PhoshStatusIcon
fn clone(&self) -> PhoshStatusIcon
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 PhoshStatusIcon
impl Debug for PhoshStatusIcon
impl Copy for PhoshStatusIcon
Auto Trait Implementations§
impl Freeze for PhoshStatusIcon
impl RefUnwindSafe for PhoshStatusIcon
impl !Send for PhoshStatusIcon
impl !Sync for PhoshStatusIcon
impl Unpin for PhoshStatusIcon
impl UnwindSafe for PhoshStatusIcon
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