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: u32,
pub forceNoResponse: u32,
pub pointStepped: bool,
pub structgen_pad1: [u8; 3],
pub hasFaceIndices: u32,
}Fields
zero: PxVec3structgen_pad0: [u8; 4]patch: *const PxContactPatchcontact: *const PxContactfaceIndice: *const u32totalPatches: u32totalContacts: u32nextContactIndex: u32nextPatchIndex: u32contactPatchHeaderSize: u32contactPointSize: u32mStreamFormat: u32forceNoResponse: u32pointStepped: boolstructgen_pad1: [u8; 3]hasFaceIndices: u32Trait Implementations
sourceimpl Clone for PxContactStreamIterator
impl Clone for PxContactStreamIterator
sourcefn clone(&self) -> PxContactStreamIterator
fn clone(&self) -> PxContactStreamIterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxContactStreamIterator
Auto Trait Implementations
impl RefUnwindSafe for PxContactStreamIterator
impl !Send for PxContactStreamIterator
impl !Sync for PxContactStreamIterator
impl Unpin for PxContactStreamIterator
impl UnwindSafe for PxContactStreamIterator
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