#[repr(C)]pub struct ConstraintComponentTBindgenTy1 {
pub aim: __BindgenUnionField<AimConstraintT>,
pub fabrik: __BindgenUnionField<FabrikConstraintT>,
pub verlet: __BindgenUnionField<VerletConstraintT>,
pub bindgen_union_field: [u64; 2],
}Fields§
§aim: __BindgenUnionField<AimConstraintT>§fabrik: __BindgenUnionField<FabrikConstraintT>§verlet: __BindgenUnionField<VerletConstraintT>§bindgen_union_field: [u64; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstraintComponentTBindgenTy1
impl RefUnwindSafe for ConstraintComponentTBindgenTy1
impl !Send for ConstraintComponentTBindgenTy1
impl !Sync for ConstraintComponentTBindgenTy1
impl Unpin for ConstraintComponentTBindgenTy1
impl UnwindSafe for ConstraintComponentTBindgenTy1
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