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: f32mLatStiffY: f32mLongitudinalStiffnessPerUnitGravity: f32mCamberStiffnessPerUnitGravity: f32mFrictionVsSlipGraph: [[f32; 2]; 3]mType: u32structgen_pad0: [u8; 20]Trait Implementations
sourceimpl Clone for PxVehicleTireData
impl Clone for PxVehicleTireData
sourcefn clone(&self) -> PxVehicleTireData
fn clone(&self) -> PxVehicleTireData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxVehicleTireData
Auto Trait Implementations
impl RefUnwindSafe for PxVehicleTireData
impl Send for PxVehicleTireData
impl Sync for PxVehicleTireData
impl Unpin for PxVehicleTireData
impl UnwindSafe for PxVehicleTireData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more