Function bones_lib::ecs::atomic::borrow::clone_borrow_mut

pub fn clone_borrow_mut(lock: &AtomicIsize)
Expand description

Clones mutable borrow of specified lock. This function MUST be called only when lock is already borrowed mutably.

ยงSafety

This function is safe but must be used with care to ensure locking correctness.