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