Enum parity_wasm::elements::ImportCountType
[−]
[src]
pub enum ImportCountType {
Function,
Global,
}Type of the import entry to count
Variants
FunctionCount functions
GlobalCount globals
Trait Implementations
impl Debug for ImportCountType[src]
impl Clone for ImportCountType[src]
fn clone(&self) -> ImportCountType[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