Enum jazz_vm::opcode::RtOpCode[][src]

pub enum RtOpCode {
    LoadObject(usize),
    BulkLoad(SmallVec<[Value; 4]>),
    StackMap(StackMapPattern),
    ConstCall(ValueLocationValueLocationusize),
    ConstGetField(usizeValue),
}

Variants

Trait Implementations

impl Clone for RtOpCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RtOpCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RtOpCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for RtOpCode

impl Sync for RtOpCode