Trait utils_atomics::traits::AtomicConstNew
source · pub trait AtomicConstNew: Atomic {
fn new(v: Self::Primitive) -> Self;
}
Available on crate feature
const
only.pub trait AtomicConstNew: Atomic {
fn new(v: Self::Primitive) -> Self;
}
const
only.