Enum parity_wasm::elements::ImportCountType
source · [−]pub enum ImportCountType {
Function,
Global,
Table,
Memory,
}
Expand description
Type of the import entry to count
Variants
Function
Count functions
Global
Count globals
Table
Count tables
Memory
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