core::atomic::INIT_ATOMIC_UINTUnstable
[-]
[+]
[src]
pub const INIT_ATOMIC_UINT: AtomicUint=
AtomicUint { v: UnsafeCell { value: 0, } }
An AtomicUint
initialized to 0
.