[][src]Trait wasmer_runtime_core::types::ValueType

pub unsafe trait ValueType: Copy where
    Self: Sized
{ }

Trait for a Value type.

Implementations on Foreign Types

impl ValueType for u8[src]

impl ValueType for i8[src]

impl ValueType for u16[src]

impl ValueType for i16[src]

impl ValueType for u32[src]

impl ValueType for i32[src]

impl ValueType for u64[src]

impl ValueType for i64[src]

impl ValueType for f32[src]

impl ValueType for f64[src]

Loading content...

Implementors

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

Loading content...