Struct spirv::OpLessOrGreater [] [src]

pub struct OpLessOrGreater {
    pub result_type: Id,
    pub result: Id,
    pub x: Id,
    pub y: Id,
}

Fields

Trait Implementations

impl Debug for OpLessOrGreater
[src]

Formats the value using the given formatter.