Enum wasmtime_environ::wasm::wasmparser::ExternalKind [−][src]
pub enum ExternalKind { Function, Table, Memory, Event, Global, Type, Module, Instance, }
Expand description
External types as defined here.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternalKind
impl Send for ExternalKind
impl Sync for ExternalKind
impl Unpin for ExternalKind
impl UnwindSafe for ExternalKind
Blanket Implementations
Mutably borrows from an owned value. Read more