Struct spirv::OpAsyncGroupCopy [] [src]

pub struct OpAsyncGroupCopy {
    pub result_type: Id,
    pub result: Id,
    pub scope: Scope,
    pub destination: Id,
    pub source: Id,
    pub numElements: Id,
    pub stride: Id,
    pub event: Id,
}

Fields

Trait Implementations

impl Debug for OpAsyncGroupCopy
[src]

Formats the value using the given formatter.