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
sourceimpl RangeListOffsets
impl RangeListOffsets
sourcepub fn get(&self, id: RangeListId) -> RangeListsOffset
pub fn get(&self, id: RangeListId) -> RangeListsOffset
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeListOffsets
impl Send for RangeListOffsets
impl Sync for RangeListOffsets
impl Unpin for RangeListOffsets
impl UnwindSafe for RangeListOffsets
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