pub struct NoteIterator<'data, Elf> where
Elf: FileHeader, { /* private fields */ }
Expand description
An iterator over the notes in an ELF section or segment.
Implementations
sourceimpl<'data, Elf> NoteIterator<'data, Elf> where
Elf: FileHeader,
impl<'data, Elf> NoteIterator<'data, Elf> where
Elf: FileHeader,
Trait Implementations
Auto Trait Implementations
impl<'data, Elf> RefUnwindSafe for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: RefUnwindSafe,
impl<'data, Elf> Send for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Send,
impl<'data, Elf> Sync for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Sync,
impl<'data, Elf> Unpin for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Unpin,
impl<'data, Elf> UnwindSafe for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more