Struct physx_sys::PxContactStreamIterator
source · #[repr(C)]pub struct PxContactStreamIterator {Show 16 fields
pub zero: PxVec3,
pub structgen_pad0: [u8; 4],
pub patch: *const PxContactPatch,
pub contact: *const PxContact,
pub faceIndice: *const u32,
pub totalPatches: u32,
pub totalContacts: u32,
pub nextContactIndex: u32,
pub nextPatchIndex: u32,
pub contactPatchHeaderSize: u32,
pub contactPointSize: u32,
pub mStreamFormat: StreamFormat,
pub forceNoResponse: u32,
pub pointStepped: bool,
pub structgen_pad1: [u8; 3],
pub hasFaceIndices: u32,
}Fields§
§zero: PxVec3§structgen_pad0: [u8; 4]§patch: *const PxContactPatch§contact: *const PxContact§faceIndice: *const u32§totalPatches: u32§totalContacts: u32§nextContactIndex: u32§nextPatchIndex: u32§contactPatchHeaderSize: u32§contactPointSize: u32§mStreamFormat: StreamFormat§forceNoResponse: u32§pointStepped: bool§structgen_pad1: [u8; 3]§hasFaceIndices: u32Trait Implementations§
source§impl Clone for PxContactStreamIterator
impl Clone for PxContactStreamIterator
source§fn clone(&self) -> PxContactStreamIterator
fn clone(&self) -> PxContactStreamIterator
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