Struct physx_sys::PxOverlapHit
source · #[repr(C)]pub struct PxOverlapHit {
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
pub faceIndex: u32,
pub padTo16Bytes: u32,
}Fields§
§actor: *mut PxRigidActor§shape: *mut PxShape§faceIndex: u32§padTo16Bytes: u32Trait Implementations§
source§impl Clone for PxOverlapHit
impl Clone for PxOverlapHit
source§fn clone(&self) -> PxOverlapHit
fn clone(&self) -> PxOverlapHit
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