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