struct AtomicRmw [src]
Fields
ptr: Ref
operation: Ref
operand: Ref
ordering: Ref
Source
pub const AtomicRmw = struct {
ptr: Ref,
operation: Ref,
operand: Ref,
ordering: Ref,
}
pub const AtomicRmw = struct {
ptr: Ref,
operation: Ref,
operand: Ref,
ordering: Ref,
}