Enum web_assembler::ElemType
[−]
[src]
pub enum ElemType {
AnyFunc,
}Variants
AnyFunc
Trait Implementations
impl Debug for ElemType[src]
impl Clone for ElemType[src]
fn clone(&self) -> ElemType[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