#[repr(C)]pub struct ClutterBoxLayout {
pub parent_instance: ClutterLayoutManager,
pub priv_: *mut ClutterBoxLayoutPrivate,
}Fields§
§parent_instance: ClutterLayoutManager§priv_: *mut ClutterBoxLayoutPrivateTrait Implementations§
Source§impl Clone for ClutterBoxLayout
impl Clone for ClutterBoxLayout
Source§fn clone(&self) -> ClutterBoxLayout
fn clone(&self) -> ClutterBoxLayout
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 ClutterBoxLayout
Auto Trait Implementations§
impl !Send for ClutterBoxLayout
impl !Sync for ClutterBoxLayout
impl Freeze for ClutterBoxLayout
impl RefUnwindSafe for ClutterBoxLayout
impl Unpin for ClutterBoxLayout
impl UnsafeUnpin for ClutterBoxLayout
impl UnwindSafe for ClutterBoxLayout
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