#[repr(C)]pub struct _ClutterBoxLayoutPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _ClutterBoxLayoutPrivate
impl RefUnwindSafe for _ClutterBoxLayoutPrivate
impl Send for _ClutterBoxLayoutPrivate
impl Sync for _ClutterBoxLayoutPrivate
impl Unpin for _ClutterBoxLayoutPrivate
impl UnwindSafe for _ClutterBoxLayoutPrivate
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