#[repr(C)]pub struct PhoshShellClass {
pub parent_class: GObjectClass,
pub get_lockscreen_type: Option<unsafe extern "C" fn(*mut PhoshShell) -> GType>,
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: GObjectClass
§get_lockscreen_type: Option<unsafe extern "C" fn(*mut PhoshShell) -> GType>
§_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 PhoshShellClass
impl Clone for PhoshShellClass
Source§fn clone(&self) -> PhoshShellClass
fn clone(&self) -> PhoshShellClass
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 PhoshShellClass
impl Debug for PhoshShellClass
impl Copy for PhoshShellClass
Auto Trait Implementations§
impl Freeze for PhoshShellClass
impl RefUnwindSafe for PhoshShellClass
impl !Send for PhoshShellClass
impl !Sync for PhoshShellClass
impl Unpin for PhoshShellClass
impl UnwindSafe for PhoshShellClass
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