pub unsafe trait AtomicCellConstInit {
    const DEFAULT_VALUE: usize;
}

Associated Constants

Implementations on Foreign Types

Implementors