Struct spirv_utils::RawInstruction [] [src]

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

Fields

opcode: u16 params: Vec<u32>

Trait Implementations

impl Debug for RawInstruction
[src]

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

Formats the value using the given formatter.

impl Clone for RawInstruction
[src]

fn clone(&self) -> RawInstruction

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more