pub fn clone_hit_arc(hit: &ArcDynHit) -> ArcDynHitExpand description
Clones an ArcDynHit, as this is not straightforward.
Like std::sync::Arc, cloning just increments the reference counter.
pub fn clone_hit_arc(hit: &ArcDynHit) -> ArcDynHitClones an ArcDynHit, as this is not straightforward.
Like std::sync::Arc, cloning just increments the reference counter.