Struct physx_sys::PxOverlapCallback
source · #[repr(C)]pub struct PxOverlapCallback {
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 PxOverlapCallback
impl Clone for PxOverlapCallback
source§fn clone(&self) -> PxOverlapCallback
fn clone(&self) -> PxOverlapCallback
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