#[repr(C)]pub struct ClutterTableLayout {
pub parent_instance: ClutterLayoutManager,
pub priv_: *mut ClutterTableLayoutPrivate,
}
Fields§
§parent_instance: ClutterLayoutManager
§priv_: *mut ClutterTableLayoutPrivate
Trait 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 · 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 ClutterTableLayout
impl Debug for ClutterTableLayout
impl Copy for ClutterTableLayout
Auto Trait Implementations§
impl Freeze for ClutterTableLayout
impl RefUnwindSafe for ClutterTableLayout
impl !Send for ClutterTableLayout
impl !Sync for ClutterTableLayout
impl Unpin 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