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