Type Definition rustc_data_structures::sync::AtomicBool[][src]

pub type AtomicBool = Atomic<bool>;