Struct object::read::elf::NoteIterator
source · pub struct NoteIterator<'data, Elf>where
Elf: FileHeader,{ /* private fields */ }
Expand description
An iterator over the notes in an ELF section or segment.
Implementations§
source§impl<'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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more