gravel_ffi

Function clone_hit_arc

source
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.