[−][src]Struct object::read::elf::ElfNoteIterator
An iterator over the notes in an ElfSegment
or ElfSection
.
Implementations
impl<'data, Elf> ElfNoteIterator<'data, Elf> where
Elf: FileHeader,
[src]
Elf: FileHeader,
Trait Implementations
impl<'data, Elf: Debug> Debug for ElfNoteIterator<'data, Elf> where
Elf: FileHeader,
Elf::Endian: Debug,
[src]
Elf: FileHeader,
Elf::Endian: Debug,
Auto Trait Implementations
impl<'data, Elf> Send for ElfNoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Send,
<Elf as FileHeader>::Endian: Send,
impl<'data, Elf> Sync for ElfNoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Sync,
<Elf as FileHeader>::Endian: Sync,
impl<'data, Elf> Unpin for ElfNoteIterator<'data, Elf> where
<Elf as FileHeader>::Endian: Unpin,
<Elf as FileHeader>::Endian: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,