Function gix_features::threading::make_mut

source ยท
pub fn make_mut<T: Clone>(this: &mut OwnShared<T>) -> &mut T
Available on crate feature parallel only.
Expand description

Get a mutable reference to the underlying data, with semantics similar to Arc::make_mut().