Struct physx_sys::PxOverlapCallback
source · #[repr(C)]pub struct PxOverlapCallback {
pub block: PxOverlapHit,
pub hasBlock: bool,
pub touches: *mut PxOverlapHit,
pub maxNbTouches: u32,
pub nbTouches: u32,
/* private fields */
}Fields§
§block: PxOverlapHit§hasBlock: bool§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