Struct spirv::OpVectorInsertDynamic [] [src]

pub struct OpVectorInsertDynamic {
    pub result_type: Id,
    pub result: Id,
    pub vector: Id,
    pub component: Id,
    pub index: Id,
}

Fields

Trait Implementations

impl Debug for OpVectorInsertDynamic
[src]

Formats the value using the given formatter.