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