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