Struct spirv::OpTypeVector [] [src]

pub struct OpTypeVector {
    pub result: Id,
    pub component_type: Id,
    pub component_count: LiteralNumber,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeVector
[src]

Formats the value using the given formatter.