Struct physx_sys::PxControllerObstacleHit
source · #[repr(C)]pub struct PxControllerObstacleHit {
pub controller: *mut PxController,
pub worldPos: PxExtendedVec3,
pub worldNormal: PxVec3,
pub dir: PxVec3,
pub length: f32,
pub structgen_pad0: [u8; 4],
pub userData: *const c_void,
}Fields§
§controller: *mut PxController§worldPos: PxExtendedVec3§worldNormal: PxVec3§dir: PxVec3§length: f32§structgen_pad0: [u8; 4]§userData: *const c_voidTrait Implementations§
source§impl Clone for PxControllerObstacleHit
impl Clone for PxControllerObstacleHit
source§fn clone(&self) -> PxControllerObstacleHit
fn clone(&self) -> PxControllerObstacleHit
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more