#[repr(C)]pub struct ClutterFixedLayout {
pub parent_instance: ClutterLayoutManager,
}Fields§
§parent_instance: ClutterLayoutManagerTrait Implementations§
Source§impl Clone for ClutterFixedLayout
impl Clone for ClutterFixedLayout
Source§fn clone(&self) -> ClutterFixedLayout
fn clone(&self) -> ClutterFixedLayout
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 ClutterFixedLayout
Auto Trait Implementations§
impl !Send for ClutterFixedLayout
impl !Sync for ClutterFixedLayout
impl Freeze for ClutterFixedLayout
impl RefUnwindSafe for ClutterFixedLayout
impl Unpin for ClutterFixedLayout
impl UnsafeUnpin for ClutterFixedLayout
impl UnwindSafe for ClutterFixedLayout
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