Struct spirv::OpVariableArray [] [src]

pub struct OpVariableArray {
    pub result_type: Id,
    pub result: Id,
    pub storage_class: StorageClass,
    pub count: Id,
}

Fields

Trait Implementations

impl Debug for OpVariableArray
[src]

Formats the value using the given formatter.