#[repr(C)]pub struct PxContactPairExtraDataIterator {
pub currPtr: *const u8,
pub endPtr: *const u8,
pub preSolverVelocity: *const PxContactPairVelocity,
pub postSolverVelocity: *const PxContactPairVelocity,
pub eventPose: *const PxContactPairPose,
pub contactPairIndex: u32,
pub structgen_pad0: [u8; 4],
}Fields§
§currPtr: *const u8§endPtr: *const u8§preSolverVelocity: *const PxContactPairVelocity§postSolverVelocity: *const PxContactPairVelocity§eventPose: *const PxContactPairPose§contactPairIndex: u32§structgen_pad0: [u8; 4]Trait Implementations§
source§impl Clone for PxContactPairExtraDataIterator
impl Clone for PxContactPairExtraDataIterator
source§fn clone(&self) -> PxContactPairExtraDataIterator
fn clone(&self) -> PxContactPairExtraDataIterator
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