Struct spirv::OpVectorExtractDynamic [] [src]

pub struct OpVectorExtractDynamic {
    pub result_type: Id,
    pub result: Id,
    pub vector: Id,
    pub index: Id,
}

Fields

Trait Implementations

impl Debug for OpVectorExtractDynamic
[src]

Formats the value using the given formatter.