Trait s1vm::FromValue[][src]

pub trait FromValue where
    Self: Sized
{ fn from_value(val: StackValue) -> Self; }

Required methods

fn from_value(val: StackValue) -> Self[src]

Loading content...

Implementations on Foreign Types

impl FromValue for i8[src]

impl FromValue for u8[src]

impl FromValue for i16[src]

impl FromValue for u16[src]

impl FromValue for i32[src]

impl FromValue for u32[src]

impl FromValue for i64[src]

impl FromValue for u64[src]

impl FromValue for f32[src]

impl FromValue for f64[src]

Loading content...

Implementors

Loading content...