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

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

Fields

Trait Implementations

impl Clone for RawInstruction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RawInstruction
[src]

Formats the value using the given formatter.