Struct spirv::OpTypeArray [] [src]

pub struct OpTypeArray {
    pub result: Id,
    pub element_type: Id,
    pub length: Id,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeArray
[src]

Formats the value using the given formatter.