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