Struct gimli::write::RangeListOffsets
source · pub struct RangeListOffsets { /* private fields */ }
Expand description
The section offsets of a series of range lists within the .debug_ranges
or .debug_rnglists
sections.
Implementations§
source§impl RangeListOffsets
impl RangeListOffsets
sourcepub fn get(&self, id: RangeListId) -> RangeListsOffset
pub fn get(&self, id: RangeListId) -> RangeListsOffset
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RangeListOffsets
impl RefUnwindSafe for RangeListOffsets
impl Send for RangeListOffsets
impl Sync for RangeListOffsets
impl Unpin for RangeListOffsets
impl UnwindSafe for RangeListOffsets
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