#[repr(C)]pub struct PhoshStatusPageClass {
pub parent_class: GtkBinClass,
pub _phosh_reserved0: Option<unsafe extern "C" fn()>,
pub _phosh_reserved1: Option<unsafe extern "C" fn()>,
pub _phosh_reserved2: Option<unsafe extern "C" fn()>,
pub _phosh_reserved3: Option<unsafe extern "C" fn()>,
pub _phosh_reserved4: Option<unsafe extern "C" fn()>,
pub _phosh_reserved5: Option<unsafe extern "C" fn()>,
pub _phosh_reserved6: Option<unsafe extern "C" fn()>,
pub _phosh_reserved7: Option<unsafe extern "C" fn()>,
pub _phosh_reserved8: Option<unsafe extern "C" fn()>,
pub _phosh_reserved9: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GtkBinClass§_phosh_reserved0: Option<unsafe extern "C" fn()>§_phosh_reserved1: Option<unsafe extern "C" fn()>§_phosh_reserved2: Option<unsafe extern "C" fn()>§_phosh_reserved3: Option<unsafe extern "C" fn()>§_phosh_reserved4: Option<unsafe extern "C" fn()>§_phosh_reserved5: Option<unsafe extern "C" fn()>§_phosh_reserved6: Option<unsafe extern "C" fn()>§_phosh_reserved7: Option<unsafe extern "C" fn()>§_phosh_reserved8: Option<unsafe extern "C" fn()>§_phosh_reserved9: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for PhoshStatusPageClass
impl Clone for PhoshStatusPageClass
Source§fn clone(&self) -> PhoshStatusPageClass
fn clone(&self) -> PhoshStatusPageClass
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 PhoshStatusPageClass
impl Debug for PhoshStatusPageClass
impl Copy for PhoshStatusPageClass
Auto Trait Implementations§
impl Freeze for PhoshStatusPageClass
impl RefUnwindSafe for PhoshStatusPageClass
impl !Send for PhoshStatusPageClass
impl !Sync for PhoshStatusPageClass
impl Unpin for PhoshStatusPageClass
impl UnwindSafe for PhoshStatusPageClass
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