pub struct AttributesSubsection<'data, Elf: FileHeader> { /* private fields */ }
Expand description
A subsection in an AttributesSection
.
A subsection is identified by a vendor name. It contains a series of
AttributesSubsubsection
.
Implementations§
Source§impl<'data, Elf: FileHeader> AttributesSubsection<'data, Elf>
impl<'data, Elf: FileHeader> AttributesSubsection<'data, Elf>
Sourcepub fn subsubsections(&self) -> AttributesSubsubsectionIterator<'data, Elf> ⓘ
pub fn subsubsections(&self) -> AttributesSubsubsectionIterator<'data, Elf> ⓘ
Return an iterator over the sub-subsections.
Trait Implementations§
Source§impl<'data, Elf: Clone + FileHeader> Clone for AttributesSubsection<'data, Elf>where
Elf::Endian: Clone,
impl<'data, Elf: Clone + FileHeader> Clone for AttributesSubsection<'data, Elf>where
Elf::Endian: Clone,
Source§fn clone(&self) -> AttributesSubsection<'data, Elf>
fn clone(&self) -> AttributesSubsection<'data, Elf>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'data, Elf: Debug + FileHeader> Debug for AttributesSubsection<'data, Elf>where
Elf::Endian: Debug,
impl<'data, Elf: Debug + FileHeader> Debug for AttributesSubsection<'data, Elf>where
Elf::Endian: Debug,
Auto Trait Implementations§
impl<'data, Elf> Freeze for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: Freeze,
impl<'data, Elf> RefUnwindSafe for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: RefUnwindSafe,
impl<'data, Elf> Send for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: Send,
impl<'data, Elf> Sync for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: Sync,
impl<'data, Elf> Unpin for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: Unpin,
impl<'data, Elf> UnwindSafe for AttributesSubsection<'data, Elf>where
<Elf as FileHeader>::Endian: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)