Struct wasmtime_environ::wasmparser::IndirectNameMap [−][src]
pub struct IndirectNameMap<'a> { /* fields omitted */ }
Implementations
pub fn get_indirect_map<'b>(
&self
) -> Result<IndirectNamingReader<'b>, BinaryReaderError> where
'a: 'b,
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for IndirectNameMap<'a>
impl<'a> Send for IndirectNameMap<'a>
impl<'a> Sync for IndirectNameMap<'a>
impl<'a> Unpin for IndirectNameMap<'a>
impl<'a> UnwindSafe for IndirectNameMap<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more