Trait wasmi_core::TransmuteInto
source · pub trait TransmuteInto<T> {
// Required method
fn transmute_into(self) -> T;
}
Expand description
Reinterprets the bits of a value of one type as another type.
Required Methods§
sourcefn transmute_into(self) -> T
fn transmute_into(self) -> T
Reinterprets the bits of a value of one type as another type.