Struct physx_sys::PxWheelQueryResult[][src]

#[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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.