#[repr(C)]pub struct ClutterFixedLayout {
pub parent_instance: ClutterLayoutManager,
}
Fields§
§parent_instance: ClutterLayoutManager
Trait 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 · 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 ClutterFixedLayout
impl Debug for ClutterFixedLayout
impl Copy for ClutterFixedLayout
Auto Trait Implementations§
impl Freeze for ClutterFixedLayout
impl RefUnwindSafe for ClutterFixedLayout
impl !Send for ClutterFixedLayout
impl !Sync for ClutterFixedLayout
impl Unpin 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