[−][src]Enum sp_wasm_interface::ValueType
pub enum ValueType {
I32,
I64,
F32,
F64,
}Value types supported by Substrate on the boundary between host/Wasm.
Variants
An i32 value type.
An i64 value type.
An f32 value type.
An f64 value type.
Trait Implementations
impl Clone for ValueType[src][+]
impl Copy for ValueType[src]
impl Debug for ValueType[src][+]
impl Eq for ValueType[src]
impl From<ValueType> for ValueType[src][+]
impl From<ValueType> for ValueType[src][+]
impl From<ValueType> for u8[src][+]
impl PartialEq<ValueType> for ValueType[src][+]
impl StructuralEq for ValueType[src]
impl StructuralPartialEq for ValueType[src]
impl TryFrom<u8> for ValueType[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,