Enum web_assembler::ValueType
[−]
[src]
pub enum ValueType {
I32,
I64,
F32,
F64,
}Variants
I32I64F32F64
Trait Implementations
impl Debug for ValueType[src]
impl Clone for ValueType[src]
fn clone(&self) -> ValueType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more