#[repr(C)]pub struct LightDMLayoutClass {
pub parent_class: GObjectClass,
pub reserved1: Option<unsafe extern "C" fn()>,
pub reserved2: Option<unsafe extern "C" fn()>,
pub reserved3: Option<unsafe extern "C" fn()>,
pub reserved4: Option<unsafe extern "C" fn()>,
pub reserved5: Option<unsafe extern "C" fn()>,
pub reserved6: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§reserved1: Option<unsafe extern "C" fn()>§reserved2: Option<unsafe extern "C" fn()>§reserved3: Option<unsafe extern "C" fn()>§reserved4: Option<unsafe extern "C" fn()>§reserved5: Option<unsafe extern "C" fn()>§reserved6: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for LightDMLayoutClass
impl Clone for LightDMLayoutClass
Source§fn clone(&self) -> LightDMLayoutClass
fn clone(&self) -> LightDMLayoutClass
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 LightDMLayoutClass
impl Debug for LightDMLayoutClass
impl Copy for LightDMLayoutClass
Auto Trait Implementations§
impl Freeze for LightDMLayoutClass
impl RefUnwindSafe for LightDMLayoutClass
impl !Send for LightDMLayoutClass
impl !Sync for LightDMLayoutClass
impl Unpin for LightDMLayoutClass
impl UnsafeUnpin for LightDMLayoutClass
impl UnwindSafe for LightDMLayoutClass
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