Struct wasmtime_environ::wasmparser::ModuleType [−][src]
pub struct ModuleType<'a> {
pub imports: Box<[Import<'a>], Global>,
pub exports: Box<[ExportType<'a>], Global>,
}
Fields
imports: Box<[Import<'a>], Global>
exports: Box<[ExportType<'a>], Global>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleType<'a>
impl<'a> Send for ModuleType<'a>
impl<'a> Sync for ModuleType<'a>
impl<'a> Unpin for ModuleType<'a>
impl<'a> UnwindSafe for ModuleType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more