Enum llvm_ir::instruction::MemoryOrdering [−][src]
pub enum MemoryOrdering {
Unordered,
Monotonic,
Acquire,
Release,
AcquireRelease,
SequentiallyConsistent,
NotAtomic,
}Expand description
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryOrderingimpl Send for MemoryOrderingimpl Sync for MemoryOrderingimpl Unpin for MemoryOrderingimpl UnwindSafe for MemoryOrderingBlanket Implementations
Mutably borrows from an owned value. Read more