#[repr(C)]pub struct MsOskLayoutPrefsClass {
pub parent_class: AdwPreferencesGroupClass,
}Fields§
§parent_class: AdwPreferencesGroupClassTrait Implementations§
Source§impl Clone for MsOskLayoutPrefsClass
impl Clone for MsOskLayoutPrefsClass
Source§fn clone(&self) -> MsOskLayoutPrefsClass
fn clone(&self) -> MsOskLayoutPrefsClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MsOskLayoutPrefsClass
impl Debug for MsOskLayoutPrefsClass
impl Copy for MsOskLayoutPrefsClass
Auto Trait Implementations§
impl Freeze for MsOskLayoutPrefsClass
impl RefUnwindSafe for MsOskLayoutPrefsClass
impl !Send for MsOskLayoutPrefsClass
impl !Sync for MsOskLayoutPrefsClass
impl Unpin for MsOskLayoutPrefsClass
impl UnsafeUnpin for MsOskLayoutPrefsClass
impl UnwindSafe for MsOskLayoutPrefsClass
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