Struct spirv::OpAtomicExchange [] [src]

pub struct OpAtomicExchange {
    pub result_type: Id,
    pub result: Id,
    pub pointer: Id,
    pub scope: Scope,
    pub semantics: MemorySemanticsShift,
    pub value: Id,
}

Fields

Trait Implementations

impl Debug for OpAtomicExchange
[src]

Formats the value using the given formatter.