Struct wasmparser::ModuleSectionReader [−][src]
pub struct ModuleSectionReader<'a> { /* fields omitted */ }
Implementations
impl<'a> ModuleSectionReader<'a>
[src]
impl<'a> ModuleSectionReader<'a>
[src]Trait Implementations
impl<'a> Clone for ModuleSectionReader<'a>
[src]
impl<'a> Clone for ModuleSectionReader<'a>
[src]fn clone(&self) -> ModuleSectionReader<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> IntoIterator for ModuleSectionReader<'a>
[src]
impl<'a> IntoIterator for ModuleSectionReader<'a>
[src]type Item = Result<u32>
The type of the elements being iterated over.
type IntoIter = SectionIteratorLimited<ModuleSectionReader<'a>>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter
[src]
impl<'a> SectionReader for ModuleSectionReader<'a>
[src]
impl<'a> SectionReader for ModuleSectionReader<'a>
[src]impl<'a> SectionWithLimitedItems for ModuleSectionReader<'a>
[src]
impl<'a> SectionWithLimitedItems for ModuleSectionReader<'a>
[src]