#[repr(C)]pub struct PxConstraintInvMassScale {
pub linear0: f32,
pub angular0: f32,
pub linear1: f32,
pub angular1: f32,
}Fields§
§linear0: f32§angular0: f32§linear1: f32§angular1: f32Trait Implementations§
Source§impl Clone for PxConstraintInvMassScale
impl Clone for PxConstraintInvMassScale
Source§fn clone(&self) -> PxConstraintInvMassScale
fn clone(&self) -> PxConstraintInvMassScale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxConstraintInvMassScale
Auto Trait Implementations§
impl Freeze for PxConstraintInvMassScale
impl RefUnwindSafe for PxConstraintInvMassScale
impl Send for PxConstraintInvMassScale
impl Sync for PxConstraintInvMassScale
impl Unpin for PxConstraintInvMassScale
impl UnwindSafe for PxConstraintInvMassScale
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