Enum parity_wasm::elements::ImportCountType [−][src]
pub enum ImportCountType { Function, Global, Table, Memory, }
Type of the import entry to count
Variants
Count functions
Count globals
Count tables
Count memories
Trait Implementations
impl Clone for ImportCountType
[src]
impl Clone for ImportCountType
[src]fn clone(&self) -> ImportCountType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ImportCountType> for ImportCountType
[src]
impl PartialEq<ImportCountType> for ImportCountType
[src]