Struct physx_sys::PxVehicleTireData
source · #[repr(C)]pub struct PxVehicleTireData {
pub mLatStiffX: f32,
pub mLatStiffY: f32,
pub mLongitudinalStiffnessPerUnitGravity: f32,
pub mCamberStiffnessPerUnitGravity: f32,
pub mFrictionVsSlipGraph: [[f32; 2]; 3],
pub mType: u32,
pub structgen_pad0: [u8; 20],
}Fields§
§mLatStiffX: f32§mLatStiffY: f32§mLongitudinalStiffnessPerUnitGravity: f32§mCamberStiffnessPerUnitGravity: f32§mFrictionVsSlipGraph: [[f32; 2]; 3]§mType: u32§structgen_pad0: [u8; 20]Trait Implementations§
source§impl Clone for PxVehicleTireData
impl Clone for PxVehicleTireData
source§fn clone(&self) -> PxVehicleTireData
fn clone(&self) -> PxVehicleTireData
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