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
sourceimpl 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
sourceimpl Debug for RangeListTable
impl Debug for RangeListTable
sourceimpl Default for RangeListTable
impl Default for RangeListTable
sourcefn default() -> RangeListTable
fn default() -> RangeListTable
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RangeListTable
impl Send for RangeListTable
impl Sync for RangeListTable
impl Unpin for RangeListTable
impl UnwindSafe for RangeListTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more