Enum llvm_sys::LLVMAtomicOrdering
source · #[repr(C)]
pub enum LLVMAtomicOrdering {
LLVMAtomicOrderingNotAtomic,
LLVMAtomicOrderingUnordered,
LLVMAtomicOrderingMonotonic,
LLVMAtomicOrderingAcquire,
LLVMAtomicOrderingRelease,
LLVMAtomicOrderingAcquireRelease,
LLVMAtomicOrderingSequentiallyConsistent,
}
Variants§
LLVMAtomicOrderingNotAtomic
LLVMAtomicOrderingUnordered
LLVMAtomicOrderingMonotonic
LLVMAtomicOrderingAcquire
LLVMAtomicOrderingRelease
LLVMAtomicOrderingAcquireRelease
LLVMAtomicOrderingSequentiallyConsistent
Trait Implementations§
source§impl Clone for LLVMAtomicOrdering
impl Clone for LLVMAtomicOrdering
source§fn clone(&self) -> LLVMAtomicOrdering
fn clone(&self) -> LLVMAtomicOrdering
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more