[][src]Trait wasmer_runtime::types::ValueType

pub unsafe trait ValueType: Copy { }

Trait for a Value type.

Implementations on Foreign Types

impl ValueType for u8[src]

impl ValueType for i64[src]

impl ValueType for u64[src]

impl ValueType for i8[src]

impl ValueType for i16[src]

impl ValueType for f32[src]

impl ValueType for u16[src]

impl ValueType for u32[src]

impl ValueType for f64[src]

impl ValueType for i32[src]

Loading content...

Implementors

impl<T, Ty> ValueType for WasmPtr<T, Ty> where
    T: Copy
[src]

Loading content...