#[repr(C)]
pub struct PxWheelQueryResult {
Show 20 fields pub suspLineStart: PxVec3, pub suspLineDir: PxVec3, pub suspLineLength: f32, pub isInAir: bool, pub structgen_pad0: [u8; 3], pub tireContactActor: *mut PxActor, pub tireContactShape: *mut PxShape, pub tireSurfaceMaterial: *const PxMaterial, pub tireSurfaceType: u32, pub tireContactPoint: PxVec3, pub tireContactNormal: PxVec3, pub tireFriction: f32, pub suspJounce: f32, pub suspSpringForce: f32, pub tireLongitudinalDir: PxVec3, pub tireLateralDir: PxVec3, pub longitudinalSlip: f32, pub lateralSlip: f32, pub steerAngle: f32, pub localPose: PxTransform,
}

Fields

suspLineStart: PxVec3suspLineDir: PxVec3suspLineLength: f32isInAir: boolstructgen_pad0: [u8; 3]tireContactActor: *mut PxActortireContactShape: *mut PxShapetireSurfaceMaterial: *const PxMaterialtireSurfaceType: u32tireContactPoint: PxVec3tireContactNormal: PxVec3tireFriction: f32suspJounce: f32suspSpringForce: f32tireLongitudinalDir: PxVec3tireLateralDir: PxVec3longitudinalSlip: f32lateralSlip: f32steerAngle: f32localPose: PxTransform

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.