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
Auto Trait Implementations§
impl Freeze for RangeListTable
impl RefUnwindSafe for RangeListTable
impl Send for RangeListTable
impl Sync for RangeListTable
impl Unpin for RangeListTable
impl UnwindSafe for RangeListTable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more