struct AtomicStore [src]

Fields

ptr: Ref
operand: Ref
ordering: Ref

Source

pub const AtomicStore = struct { ptr: Ref, operand: Ref, ordering: Ref, }