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