Struct spirv::OpSelect [] [src]

pub struct OpSelect {
    pub result_type: Id,
    pub result: Id,
    pub condition: Id,
    pub object1: Id,
    pub object2: Id,
}

Fields

Trait Implementations

impl Debug for OpSelect
[src]

Formats the value using the given formatter.