Struct wasmtime_environ::wasmparser::ExportType [−][src]
pub struct ExportType<'a> {
pub name: &'a str,
pub ty: ImportSectionEntryType,
}
Fields
name: &'a str
ty: ImportSectionEntryType
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExportType<'a>
impl<'a> Send for ExportType<'a>
impl<'a> Sync for ExportType<'a>
impl<'a> Unpin for ExportType<'a>
impl<'a> UnwindSafe for ExportType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more