std::sync::atomic::INIT_ATOMIC_BOOLUnstable
[-]
[+]
[src]
pub const INIT_ATOMIC_BOOL: AtomicBool=
AtomicBool{v: UnsafeCell{value: 0,},}
An AtomicBool
initialized to false
.