Struct spirv::OpTypeInt [] [src]

pub struct OpTypeInt {
    pub result: Id,
    pub width: LiteralNumber,
    pub signedness: LiteralNumber,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeInt
[src]

Formats the value using the given formatter.