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