Struct physx_sys::PxConstraintInvMassScale
source · #[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 copy 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 more