Struct llvm_ir::instruction::Atomicity [−][src]
pub struct Atomicity {
pub synch_scope: SynchronizationScope,
pub mem_ordering: MemoryOrdering,
}Expand description
Fields
synch_scope: SynchronizationScopemem_ordering: MemoryOrderingTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Atomicityimpl UnwindSafe for AtomicityBlanket Implementations
Mutably borrows from an owned value. Read more