[−][src]Enum koto_bytecode::Instruction
Decoded instructions produced by an InstructionReader for execution in the runtime
Variants
Fields of Error
message: StringFields of SetEmpty
register: u8Fields of LoadNumber
register: u8constant: ConstantIndexFields of LoadString
register: u8constant: ConstantIndexFields of LoadGlobal
register: u8constant: ConstantIndexFields of SetGlobal
global: ConstantIndexsource: u8Fields of Import
register: u8constant: ConstantIndexFields of RangeFull
register: u8Fields of Function
Fields of Jump
offset: usizeFields of JumpBack
offset: usizeFields of Return
register: u8Fields of Yield
register: u8Fields of MapInsert
Fields of Access
Fields of Debug
register: u8constant: ConstantIndexTrait Implementations
impl Debug for Instruction[src]
impl Display for Instruction[src]
Auto Trait Implementations
impl RefUnwindSafe for Instruction
impl Send for Instruction
impl Sync for Instruction
impl Unpin for Instruction
impl UnwindSafe for Instruction
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,