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