Struct spirv::OpSwitch [] [src]

pub struct OpSwitch {
    pub selector: Id,
    pub default_label: Id,
    pub target: [SwitchCase; 1],
}

Fields

Trait Implementations

impl Debug for OpSwitch
[src]

Formats the value using the given formatter.