Struct spirv::OpVariable [] [src]

pub struct OpVariable {
    pub result_type: Id,
    pub result: Id,
    pub storage_class: StorageClass,
    pub initializer: Id,
}

Fields

Trait Implementations

impl Debug for OpVariable
[src]

Formats the value using the given formatter.