#[repr(C)]pub struct ClutterLayoutMetaClass {
pub parent_class: ClutterChildMetaClass,
pub _clutter_padding1: Option<unsafe extern "C" fn()>,
pub _clutter_padding2: Option<unsafe extern "C" fn()>,
pub _clutter_padding3: Option<unsafe extern "C" fn()>,
pub _clutter_padding4: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: ClutterChildMetaClass§_clutter_padding1: Option<unsafe extern "C" fn()>§_clutter_padding2: Option<unsafe extern "C" fn()>§_clutter_padding3: Option<unsafe extern "C" fn()>§_clutter_padding4: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for ClutterLayoutMetaClass
impl Clone for ClutterLayoutMetaClass
Source§fn clone(&self) -> ClutterLayoutMetaClass
fn clone(&self) -> ClutterLayoutMetaClass
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 moreimpl Copy for ClutterLayoutMetaClass
Auto Trait Implementations§
impl !Send for ClutterLayoutMetaClass
impl !Sync for ClutterLayoutMetaClass
impl Freeze for ClutterLayoutMetaClass
impl RefUnwindSafe for ClutterLayoutMetaClass
impl Unpin for ClutterLayoutMetaClass
impl UnsafeUnpin for ClutterLayoutMetaClass
impl UnwindSafe for ClutterLayoutMetaClass
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