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