Struct object::read::elf::VerneedIterator
source · pub struct VerneedIterator<'data, Elf: FileHeader> { /* private fields */ }
Expand description
An iterator over the entries in an ELF SHT_GNU_verneed
section.
Implementations§
source§impl<'data, Elf: FileHeader> VerneedIterator<'data, Elf>
impl<'data, Elf: FileHeader> VerneedIterator<'data, Elf>
Trait Implementations§
source§impl<'data, Elf: Clone + FileHeader> Clone for VerneedIterator<'data, Elf>where
Elf::Endian: Clone,
impl<'data, Elf: Clone + FileHeader> Clone for VerneedIterator<'data, Elf>where
Elf::Endian: Clone,
source§fn clone(&self) -> VerneedIterator<'data, Elf>
fn clone(&self) -> VerneedIterator<'data, Elf>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more