Struct physx_sys::PxWheelQueryResult
source · [−]#[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: PxTransformTrait Implementations
sourceimpl Clone for PxWheelQueryResult
impl Clone for PxWheelQueryResult
sourcefn clone(&self) -> PxWheelQueryResult
fn clone(&self) -> PxWheelQueryResult
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxWheelQueryResult
Auto Trait Implementations
impl RefUnwindSafe for PxWheelQueryResult
impl !Send for PxWheelQueryResult
impl !Sync for PxWheelQueryResult
impl Unpin for PxWheelQueryResult
impl UnwindSafe for PxWheelQueryResult
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