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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more