Struct spirv::OpTypeFunction [] [src]

pub struct OpTypeFunction {
    pub result: Id,
    pub return_type: Id,
    pub parameter_type: [Id; 1],
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeFunction
[src]

Formats the value using the given formatter.