Struct spirv::OpCopyMemory [] [src]

pub struct OpCopyMemory {
    pub target: Id,
    pub source: Id,
    pub memory_access_shift: [MemoryAccessShift; 1],
}

Fields

Trait Implementations

impl Debug for OpCopyMemory
[src]

Formats the value using the given formatter.