Struct spirv::OpPhi [] [src]

pub struct OpPhi {
    pub result_type: Id,
    pub result: Id,
    pub pairs: [PhiPair; 1],
}

Fields

Trait Implementations

impl Debug for OpPhi
[src]

Formats the value using the given formatter.