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