Struct object::read::elf::AttributeReader
source · pub struct AttributeReader<'data> { /* private fields */ }
Expand description
A parser for the attributes in an AttributesSubsubsection
.
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 moreAuto Trait Implementations§
impl<'data> Freeze for AttributeReader<'data>
impl<'data> RefUnwindSafe for AttributeReader<'data>
impl<'data> Send for AttributeReader<'data>
impl<'data> Sync for AttributeReader<'data>
impl<'data> Unpin for AttributeReader<'data>
impl<'data> UnwindSafe for AttributeReader<'data>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)