#[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 · 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 ClutterLayoutMetaClass
impl Debug for ClutterLayoutMetaClass
impl Copy for ClutterLayoutMetaClass
Auto Trait Implementations§
impl Freeze for ClutterLayoutMetaClass
impl RefUnwindSafe for ClutterLayoutMetaClass
impl !Send for ClutterLayoutMetaClass
impl !Sync for ClutterLayoutMetaClass
impl Unpin 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