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