Struct spirv::OpVectorTimesScalar [] [src]

pub struct OpVectorTimesScalar {
    pub result_type: Id,
    pub result: Id,
    pub vector: Id,
    pub scalar: Id,
}

Fields

Trait Implementations

impl Debug for OpVectorTimesScalar
[src]

Formats the value using the given formatter.