#[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: gpointerTrait 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 (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 ClutterLayoutMeta
Auto Trait Implementations§
impl !Send for ClutterLayoutMeta
impl !Sync for ClutterLayoutMeta
impl Freeze for ClutterLayoutMeta
impl RefUnwindSafe for ClutterLayoutMeta
impl Unpin for ClutterLayoutMeta
impl UnsafeUnpin 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