Struct librsnek::system::primitives::Instr [] [src]

pub struct Instr(pub OpCode, pub Option<Native>);

Instruction type used by the compiler and interpreter

Methods

impl Instr
[src]

Trait Implementations

impl Debug for Instr
[src]

Formats the value using the given formatter.

impl Clone for Instr
[src]

Returns a copy of the value.

Performs copy-assignment from source.