Struct physx_sys::PxOverlapBuffer
source · #[repr(C)]pub struct PxOverlapBuffer {
pub structgen_pad0: [u8; 8],
pub block: PxOverlapHit,
pub hasBlock: bool,
pub structgen_pad1: [u8; 7],
pub touches: *mut PxOverlapHit,
pub maxNbTouches: u32,
pub nbTouches: u32,
}Fields§
§structgen_pad0: [u8; 8]§block: PxOverlapHit§hasBlock: bool§structgen_pad1: [u8; 7]§touches: *mut PxOverlapHit§maxNbTouches: u32§nbTouches: u32Trait Implementations§
source§impl Clone for PxOverlapBuffer
impl Clone for PxOverlapBuffer
source§fn clone(&self) -> PxOverlapBuffer
fn clone(&self) -> PxOverlapBuffer
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