#[repr(C)]pub struct ClutterLayoutMeta {
pub parent_instance: ClutterChildMeta,
pub manager: *mut ClutterLayoutManager,
pub dummy0: i32,
pub dummy1: gpointer,
}
Fields§
§parent_instance: ClutterChildMeta
§manager: *mut ClutterLayoutManager
§dummy0: i32
§dummy1: gpointer
Trait Implementations§
Source§impl Clone for ClutterLayoutMeta
impl Clone for ClutterLayoutMeta
Source§fn clone(&self) -> ClutterLayoutMeta
fn clone(&self) -> ClutterLayoutMeta
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 ClutterLayoutMeta
impl Debug for ClutterLayoutMeta
impl Copy for ClutterLayoutMeta
Auto Trait Implementations§
impl Freeze for ClutterLayoutMeta
impl RefUnwindSafe for ClutterLayoutMeta
impl !Send for ClutterLayoutMeta
impl !Sync for ClutterLayoutMeta
impl Unpin for ClutterLayoutMeta
impl UnwindSafe for ClutterLayoutMeta
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