Struct gimli::read::UnitIndexSection
source · Expand description
Information about a unit’s contribution to a section in a .dwp
file.
Fields§
§section: SectionId
The section kind.
offset: u32
The base offset of the unit’s contribution to the section.
size: u32
The size of the unit’s contribution to the section.
Trait Implementations§
source§impl Clone for UnitIndexSection
impl Clone for UnitIndexSection
source§fn clone(&self) -> UnitIndexSection
fn clone(&self) -> UnitIndexSection
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 moresource§impl Debug for UnitIndexSection
impl Debug for UnitIndexSection
source§impl PartialEq<UnitIndexSection> for UnitIndexSection
impl PartialEq<UnitIndexSection> for UnitIndexSection
source§fn eq(&self, other: &UnitIndexSection) -> bool
fn eq(&self, other: &UnitIndexSection) -> bool
impl Copy for UnitIndexSection
impl Eq for UnitIndexSection
impl StructuralEq for UnitIndexSection
impl StructuralPartialEq for UnitIndexSection
Auto Trait Implementations§
impl RefUnwindSafe for UnitIndexSection
impl Send for UnitIndexSection
impl Sync for UnitIndexSection
impl Unpin for UnitIndexSection
impl UnwindSafe for UnitIndexSection
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.