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