[][src]Struct wit_writer::Instructions

pub struct Instructions<'a, 'b> { /* fields omitted */ }

Writer for a sequence of instructions in a function subsection

Methods

impl<'_, '_> Instructions<'_, '_>[src]

pub fn arg_get(&mut self, arg: u32)[src]

pub fn call_core(&mut self, func: u32)[src]

pub fn memory_to_string(&mut self, mem: u32)[src]

pub fn string_to_memory(&mut self, malloc: u32, mem: u32)[src]

pub fn call_adapter(&mut self, func: u32)[src]

pub fn defer_call_core(&mut self, func: u32)[src]

pub fn i32_to_s8(&mut self)[src]

pub fn i32_to_s8x(&mut self)[src]

pub fn i32_to_u8(&mut self)[src]

pub fn i32_to_s16(&mut self)[src]

pub fn i32_to_s16x(&mut self)[src]

pub fn i32_to_u16(&mut self)[src]

pub fn i32_to_s32(&mut self)[src]

pub fn i32_to_u32(&mut self)[src]

pub fn i32_to_s64(&mut self)[src]

pub fn i32_to_u64(&mut self)[src]

pub fn i64_to_s8(&mut self)[src]

pub fn i64_to_s8x(&mut self)[src]

pub fn i64_to_u8(&mut self)[src]

pub fn i64_to_s16(&mut self)[src]

pub fn i64_to_s16x(&mut self)[src]

pub fn i64_to_u16(&mut self)[src]

pub fn i64_to_s32(&mut self)[src]

pub fn i64_to_s32x(&mut self)[src]

pub fn i64_to_u32(&mut self)[src]

pub fn i64_to_s64(&mut self)[src]

pub fn i64_to_u64(&mut self)[src]

pub fn s8_to_i32(&mut self)[src]

pub fn u8_to_i32(&mut self)[src]

pub fn s16_to_i32(&mut self)[src]

pub fn u16_to_i32(&mut self)[src]

pub fn s32_to_i32(&mut self)[src]

pub fn u32_to_i32(&mut self)[src]

pub fn s64_to_i32(&mut self)[src]

pub fn s64_to_i32x(&mut self)[src]

pub fn u64_to_i32(&mut self)[src]

pub fn u64_to_i32x(&mut self)[src]

pub fn s8_to_i64(&mut self)[src]

pub fn u8_to_i64(&mut self)[src]

pub fn s16_to_i64(&mut self)[src]

pub fn u16_to_i64(&mut self)[src]

pub fn s32_to_i64(&mut self)[src]

pub fn u32_to_i64(&mut self)[src]

pub fn s64_to_i64(&mut self)[src]

pub fn u64_to_i64(&mut self)[src]

Trait Implementations

impl<'_, '_> Drop for Instructions<'_, '_>[src]

Auto Trait Implementations

impl<'a, 'b> Send for Instructions<'a, 'b>

impl<'a, 'b> Sync for Instructions<'a, 'b>

impl<'a, 'b> Unpin for Instructions<'a, 'b> where
    'a: 'b, 

impl<'a, 'b> !UnwindSafe for Instructions<'a, 'b>

impl<'a, 'b> RefUnwindSafe for Instructions<'a, 'b>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]