Enum parity_wasm::elements::TableElementType [−][src]
pub enum TableElementType { AnyFunc, }
Table element type.
Variants
A reference to a function with any signature.
Trait Implementations
impl Clone for TableElementType
[src]
impl Clone for TableElementType
[src]fn clone(&self) -> TableElementType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Deserialize for TableElementType
[src]
impl Deserialize for TableElementType
[src]impl PartialEq<TableElementType> for TableElementType
[src]
impl PartialEq<TableElementType> for TableElementType
[src]impl Serialize for TableElementType
[src]
impl Serialize for TableElementType
[src]