Struct spirv::OpCopyMemorySized [] [src]

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

Fields

Trait Implementations

impl Debug for OpCopyMemorySized
[src]

Formats the value using the given formatter.