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