Struct object::read::elf::NoteIterator [−][src]
pub struct NoteIterator<'data, Elf> where
Elf: FileHeader, { /* fields omitted */ }
An iterator over the notes in an ELF section or segment.
Implementations
impl<'data, Elf> NoteIterator<'data, Elf> where
Elf: FileHeader,
[src]
impl<'data, Elf> NoteIterator<'data, Elf> where
Elf: FileHeader,
[src]Trait Implementations
Auto Trait Implementations
impl<'data, Elf> Send for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Send,
<Elf as FileHeader>::Endian: Send,
impl<'data, Elf> Sync for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::Endian: Sync,
impl<'data, Elf> Unpin for NoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Unpin,
<Elf as FileHeader>::Endian: Unpin,