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