Enum parity_wasm::elements::ImportCountType [−][src]
pub enum ImportCountType {
Function,
Global,
Table,
Memory,
}
Expand description
Type of the import entry to count
Variants
Count functions
Count globals
Count tables
Count memories
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImportCountType
impl Send for ImportCountType
impl Sync for ImportCountType
impl Unpin for ImportCountType
impl UnwindSafe for ImportCountType
Blanket Implementations
Mutably borrows from an owned value. Read more