ExtismFunctions

Struct ExtismFunctions 

Source
pub struct ExtismFunctions {
Show 22 fields pub input_load_u8: FunctionIndex, pub input_load_u64: FunctionIndex, pub input_length: FunctionIndex, pub length: FunctionIndex, pub length_unsafe: FunctionIndex, pub alloc: FunctionIndex, pub free: FunctionIndex, pub output_set: FunctionIndex, pub error_set: FunctionIndex, pub config_get: FunctionIndex, pub var_get: FunctionIndex, pub var_set: FunctionIndex, pub store_u8: FunctionIndex, pub load_u8: FunctionIndex, pub store_u64: FunctionIndex, pub load_u64: FunctionIndex, pub http_request: FunctionIndex, pub http_status_code: FunctionIndex, pub log_info: FunctionIndex, pub log_debug: FunctionIndex, pub log_warn: FunctionIndex, pub log_error: FunctionIndex,
}

Fields§

§input_load_u8: FunctionIndex§input_load_u64: FunctionIndex§input_length: FunctionIndex§length: FunctionIndex§length_unsafe: FunctionIndex§alloc: FunctionIndex§free: FunctionIndex§output_set: FunctionIndex§error_set: FunctionIndex§config_get: FunctionIndex§var_get: FunctionIndex§var_set: FunctionIndex§store_u8: FunctionIndex§load_u8: FunctionIndex§store_u64: FunctionIndex§load_u64: FunctionIndex§http_request: FunctionIndex§http_status_code: FunctionIndex§log_info: FunctionIndex§log_debug: FunctionIndex§log_warn: FunctionIndex§log_error: FunctionIndex

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.