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 moreAuto Trait Implementations§
impl<'data, Elf> RefUnwindSafe for VerneedIterator<'data, Elf>where <Elf as FileHeader>::Endian: RefUnwindSafe,
impl<'data, Elf> Send for VerneedIterator<'data, Elf>where <Elf as FileHeader>::Endian: Send,
impl<'data, Elf> Sync for VerneedIterator<'data, Elf>where <Elf as FileHeader>::Endian: Sync,
impl<'data, Elf> Unpin for VerneedIterator<'data, Elf>where <Elf as FileHeader>::Endian: Unpin,
impl<'data, Elf> UnwindSafe for VerneedIterator<'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