Struct spirv_utils::parse::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]
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