Struct physx_sys::PxOverlapHit
source · #[repr(C)]pub struct PxOverlapHit {
pub faceIndex: u32,
pub structgen_pad0: [u8; 4],
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
}Fields§
§faceIndex: u32§structgen_pad0: [u8; 4]§actor: *mut PxRigidActor§shape: *mut PxShapeTrait 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