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