#[repr(C)]pub struct ClutterTableLayout {
pub parent_instance: ClutterLayoutManager,
pub priv_: *mut ClutterTableLayoutPrivate,
}Fields§
§parent_instance: ClutterLayoutManager§priv_: *mut ClutterTableLayoutPrivateTrait Implementations§
Source§impl Clone for ClutterTableLayout
impl Clone for ClutterTableLayout
Source§fn clone(&self) -> ClutterTableLayout
fn clone(&self) -> ClutterTableLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClutterTableLayout
Auto Trait Implementations§
impl !Send for ClutterTableLayout
impl !Sync for ClutterTableLayout
impl Freeze for ClutterTableLayout
impl RefUnwindSafe for ClutterTableLayout
impl Unpin for ClutterTableLayout
impl UnsafeUnpin for ClutterTableLayout
impl UnwindSafe for ClutterTableLayout
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