Struct llvm_ir::instruction::Fence [−][src]
Expand description
Memory-ordering fence. See LLVM 12 docs on the ‘fence’ instruction
Fields
atomicity: Atomicity
debugloc: Option<DebugLoc>
Trait Implementations
Performs the conversion.
Returns the DebugLoc
associated with the given Instruction
,
Terminator
, GlobalVariable
, or Function
; or None
if it doesn’t
have a DebugLoc
. Read more
Auto Trait Implementations
impl RefUnwindSafe for Fence
impl UnwindSafe for Fence
Blanket Implementations
Mutably borrows from an owned value. Read more