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