Struct object::read::elf::AttributeReader
source · pub struct AttributeReader<'data> { /* private fields */ }
Expand description
A parser for the attributes in a sub-subsection in an ELF attributes section.
The parser relies on the caller to know the format of the data for each attribute tag.
Implementations§
Trait Implementations§
source§impl<'data> Clone for AttributeReader<'data>
impl<'data> Clone for AttributeReader<'data>
source§fn clone(&self) -> AttributeReader<'data>
fn clone(&self) -> AttributeReader<'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