Enum parity_wasm::elements::TableElementType
source · pub enum TableElementType {
AnyFunc,
}
Expand description
Table element type.
Variants§
AnyFunc
A reference to a function with any signature.
Trait Implementations§
source§impl Clone for TableElementType
impl Clone for TableElementType
source§fn clone(&self) -> TableElementType
fn clone(&self) -> TableElementType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more