Struct gimli::write::RangeListTable
source · pub struct RangeListTable { /* private fields */ }
Expand description
A table of range lists that will be stored in a .debug_ranges
or .debug_rnglists
section.
Implementations§
source§impl RangeListTable
impl RangeListTable
sourcepub fn add(&mut self, range_list: RangeList) -> RangeListId
pub fn add(&mut self, range_list: RangeList) -> RangeListId
Add a range list to the table.
Trait Implementations§
source§impl Debug for RangeListTable
impl Debug for RangeListTable
source§impl Default for RangeListTable
impl Default for RangeListTable
source§fn default() -> RangeListTable
fn default() -> RangeListTable
Returns the “default value” for a type. Read more