Struct spirv_utils::parse::RawInstruction [] [src]

pub struct RawInstruction {
    pub opcode: u16,
    pub params: Vec<u32>,
}

Fields

opcode
params

Trait Implementations

Derived Implementations

impl Debug for RawInstruction

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for RawInstruction

fn clone(&self) -> RawInstruction

fn clone_from(&mut self, source: &Self)