Struct gimli::read::Range [−][src]
An address range from the .debug_ranges or .debug_rnglists sections.
Fields
begin: u64The beginning address of the range.
end: u64The first address past the end of the range.
An address range from the .debug_ranges or .debug_rnglists sections.
begin: u64The beginning address of the range.
end: u64The 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 Rangeimpl Send for Rangeimpl Sync for Rangeimpl Unpin for Rangeimpl UnwindSafe for Range