Struct wasmparser::ModuleCodeSectionReader
source · [−]pub struct ModuleCodeSectionReader<'a> { /* private fields */ }
Implementations
sourceimpl<'a> ModuleCodeSectionReader<'a>
impl<'a> ModuleCodeSectionReader<'a>
Trait Implementations
sourceimpl<'a> IntoIterator for ModuleCodeSectionReader<'a>
impl<'a> IntoIterator for ModuleCodeSectionReader<'a>
type Item = Result<ModuleCode<'a>>
type Item = Result<ModuleCode<'a>>
The type of the elements being iterated over.
type IntoIter = SectionIteratorLimited<ModuleCodeSectionReader<'a>>
type IntoIter = SectionIteratorLimited<ModuleCodeSectionReader<'a>>
Which kind of iterator are we turning this into?
sourceimpl<'a> SectionReader for ModuleCodeSectionReader<'a>
impl<'a> SectionReader for ModuleCodeSectionReader<'a>
sourceimpl<'a> SectionWithLimitedItems for ModuleCodeSectionReader<'a>
impl<'a> SectionWithLimitedItems for ModuleCodeSectionReader<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleCodeSectionReader<'a>
impl<'a> Send for ModuleCodeSectionReader<'a>
impl<'a> Sync for ModuleCodeSectionReader<'a>
impl<'a> Unpin for ModuleCodeSectionReader<'a>
impl<'a> UnwindSafe for ModuleCodeSectionReader<'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