std::sync::atomic::ATOMIC_BOOL_INIT [] [src]

pub const ATOMIC_BOOL_INIT: AtomicBool = AtomicBool::new(false)

An AtomicBool initialized to false.