Struct gimli::write::RangeListTable [−][src]
pub struct RangeListTable { /* fields omitted */ }
Expand description
A table of range lists that will be stored in a .debug_ranges
or .debug_rnglists
section.
Implementations
Add a range list to the table.
Trait Implementations
Returns the “default value” for a type. Read more