Struct wasmparser::NamingReader
source · pub struct NamingReader<'a> { /* private fields */ }
Expand description
A reader for direct names in the names custom section.
Implementations§
source§impl<'a> NamingReader<'a>
impl<'a> NamingReader<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for NamingReader<'a>
impl<'a> Send for NamingReader<'a>
impl<'a> Sync for NamingReader<'a>
impl<'a> Unpin for NamingReader<'a>
impl<'a> UnwindSafe for NamingReader<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more