pub struct ConstraintForce {
pub constraint: ConstraintHandle,
pub first: BodyHandle,
pub second: BodyHandle,
pub force_on_second: [f32; 3],
pub torque_on_second: [f32; 3],
}Fields§
§constraint: ConstraintHandle§first: BodyHandle§second: BodyHandle§force_on_second: [f32; 3]§torque_on_second: [f32; 3]Auto Trait Implementations§
impl Freeze for ConstraintForce
impl RefUnwindSafe for ConstraintForce
impl Send for ConstraintForce
impl Sync for ConstraintForce
impl Unpin for ConstraintForce
impl UnsafeUnpin for ConstraintForce
impl UnwindSafe for ConstraintForce
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