Struct gimli::read::Range [−][src]
An address range from the .debug_ranges
or .debug_rnglists
sections.
Fields
begin: u64
The beginning address of the range.
end: u64
The first address past the end of the range.
An address range from the .debug_ranges
or .debug_rnglists
sections.
begin: u64
The beginning address of the range.
end: u64
The first address past the end of the range.
impl Copy for Range
[src]impl Eq for Range
[src]impl StructuralEq for Range
[src]impl StructuralPartialEq for Range
[src]impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range