pub fn clone_hit_arc(hit: &ArcDynHit) -> ArcDynHit
Expand 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) -> ArcDynHit
Clones an ArcDynHit
, as this is not straightforward.
Like std::sync::Arc
, cloning just increments the reference counter.