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