Struct wasmtime_environ::wasmparser::Export [−][src]
pub struct Export<'a> {
pub field: &'a str,
pub kind: ExternalKind,
pub index: u32,
}
Fields
field: &'a str
kind: ExternalKind
index: u32
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Export<'a>
impl<'a> UnwindSafe for Export<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more