Struct wasmparser::NameSectionReader
source · [−]pub struct NameSectionReader<'a> { /* private fields */ }
Implementations
sourceimpl<'a> NameSectionReader<'a>
impl<'a> NameSectionReader<'a>
Trait Implementations
sourceimpl<'a> IntoIterator for NameSectionReader<'a>
impl<'a> IntoIterator for NameSectionReader<'a>
type IntoIter = SectionIterator<NameSectionReader<'a>>
type IntoIter = SectionIterator<NameSectionReader<'a>>
Which kind of iterator are we turning this into?
Auto Trait Implementations
impl<'a> RefUnwindSafe for NameSectionReader<'a>
impl<'a> Send for NameSectionReader<'a>
impl<'a> Sync for NameSectionReader<'a>
impl<'a> Unpin for NameSectionReader<'a>
impl<'a> UnwindSafe for NameSectionReader<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more