Struct physx_sys::PxVehicleWheelData
source · #[repr(C)]pub struct PxVehicleWheelData {
pub mRadius: f32,
pub mWidth: f32,
pub mMass: f32,
pub mMOI: f32,
pub mDampingRate: f32,
pub mMaxBrakeTorque: f32,
pub mMaxHandBrakeTorque: f32,
pub mMaxSteer: f32,
pub mToeAngle: f32,
pub structgen_pad0: [u8; 12],
}Fields§
§mRadius: f32§mWidth: f32§mMass: f32§mMOI: f32§mDampingRate: f32§mMaxBrakeTorque: f32§mMaxHandBrakeTorque: f32§mMaxSteer: f32§mToeAngle: f32§structgen_pad0: [u8; 12]Trait Implementations§
source§impl Clone for PxVehicleWheelData
impl Clone for PxVehicleWheelData
source§fn clone(&self) -> PxVehicleWheelData
fn clone(&self) -> PxVehicleWheelData
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