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