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> Freeze for NoteIterator<'data, Elf>
impl<'data, Elf> RefUnwindSafe for NoteIterator<'data, Elf>
impl<'data, Elf> Send for NoteIterator<'data, Elf>
impl<'data, Elf> Sync for NoteIterator<'data, Elf>
impl<'data, Elf> Unpin for NoteIterator<'data, Elf>
impl<'data, Elf> UnwindSafe for NoteIterator<'data, Elf>
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