Struct spirv::OpTypeFunction
[−]
[src]
pub struct OpTypeFunction {
pub result: Id,
pub return_type: Id,
pub parameter_type: [Id; 1],
}Fields
result: Id
the
return_type: Id
parameter_type: [Id; 1]