#[repr(C)]
pub struct PxCapsuleControllerDesc {
Show 24 fields pub structgen_pad0: [u8; 8], pub position: PxExtendedVec3, pub upDirection: PxVec3, pub slopeLimit: f32, pub invisibleWallHeight: f32, pub maxJumpHeight: f32, pub contactOffset: f32, pub stepOffset: f32, pub density: f32, pub scaleCoeff: f32, pub volumeGrowth: f32, pub structgen_pad1: [u8; 4], pub reportCallback: *mut PxUserControllerHitReport, pub behaviorCallback: *mut PxControllerBehaviorCallback, pub nonWalkableMode: u32, pub structgen_pad2: [u8; 4], pub material: *mut PxMaterial, pub registerDeletionListener: bool, pub structgen_pad3: [u8; 7], pub userData: *mut c_void, pub mType: u32, pub radius: f32, pub height: f32, pub climbingMode: u32,
}

Fields

structgen_pad0: [u8; 8]position: PxExtendedVec3upDirection: PxVec3slopeLimit: f32invisibleWallHeight: f32maxJumpHeight: f32contactOffset: f32stepOffset: f32density: f32scaleCoeff: f32volumeGrowth: f32structgen_pad1: [u8; 4]reportCallback: *mut PxUserControllerHitReportbehaviorCallback: *mut PxControllerBehaviorCallbacknonWalkableMode: u32structgen_pad2: [u8; 4]material: *mut PxMaterialregisterDeletionListener: boolstructgen_pad3: [u8; 7]userData: *mut c_voidmType: u32radius: f32height: f32climbingMode: u32

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.