Struct physx_sys::PxVehicleChassisData
source · #[repr(C)]pub struct PxVehicleChassisData {
pub mMOI: PxVec3,
pub mMass: f32,
pub mCMOffset: PxVec3,
pub structgen_pad0: [u8; 4],
}Fields§
§mMOI: PxVec3§mMass: f32§mCMOffset: PxVec3§structgen_pad0: [u8; 4]Trait Implementations§
source§impl Clone for PxVehicleChassisData
impl Clone for PxVehicleChassisData
source§fn clone(&self) -> PxVehicleChassisData
fn clone(&self) -> PxVehicleChassisData
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