Struct object::read::elf::AttributeIndexIterator
source · pub struct AttributeIndexIterator<'data> { /* private fields */ }
Expand description
An iterator over the indices in a sub-subsection in an ELF attributes section.
Implementations§
Trait Implementations§
source§impl<'data> Clone for AttributeIndexIterator<'data>
impl<'data> Clone for AttributeIndexIterator<'data>
source§fn clone(&self) -> AttributeIndexIterator<'data>
fn clone(&self) -> AttributeIndexIterator<'data>
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