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 more