Struct spirv::OpTypePointer [] [src]

pub struct OpTypePointer {
    pub result: Id,
    pub storage_class: StorageClass,
    pub ty: Id,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypePointer
[src]

Formats the value using the given formatter.