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