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