Enum parity_wasm::elements::ImportCountType
source · pub enum ImportCountType {
Function,
Global,
Table,
Memory,
}
Expand description
Type of the import entry to count
Variants§
Trait Implementations§
source§impl Clone for ImportCountType
impl Clone for ImportCountType
source§fn clone(&self) -> ImportCountType
fn clone(&self) -> ImportCountType
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