☰
WrapInto
Required Methods
wrap_into
Implementations on Foreign Types
f64
i32
i32
i64
i64
i64
i64
u64
Implementors
In wasmi_core
?
Trait
wasmi_core
::
WrapInto
source
·
[
−
]
pub trait WrapInto<T> { fn
wrap_into
(self) -> T; }
Expand description
Convert one type to another by wrapping.
Required Methods
§
source
fn
wrap_into
(self) -> T
Convert one type to another by wrapping.
Implementations on Foreign Types
§
source
§
impl
WrapInto
<
i8
> for
i32
source
§
fn
wrap_into
(self) ->
i8
source
§
impl
WrapInto
<
i16
> for
i32
source
§
fn
wrap_into
(self) ->
i16
source
§
impl
WrapInto
<
i8
> for
i64
source
§
fn
wrap_into
(self) ->
i8
source
§
impl
WrapInto
<
i16
> for
i64
source
§
fn
wrap_into
(self) ->
i16
source
§
impl
WrapInto
<
i32
> for
i64
source
§
fn
wrap_into
(self) ->
i32
source
§
impl
WrapInto
<
F32
> for
i64
source
§
fn
wrap_into
(self) ->
F32
source
§
impl
WrapInto
<
F32
> for
u64
source
§
fn
wrap_into
(self) ->
F32
source
§
impl
WrapInto
<
f32
> for
f64
source
§
fn
wrap_into
(self) ->
f32
Implementors
§
source
§
impl
WrapInto
<
F32
> for
F64