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

Required Methods

Implementations on Foreign Types

Implementors