Struct gimli::write::LocationListTable
source · pub struct LocationListTable { /* private fields */ }
Expand description
A table of location lists that will be stored in a .debug_loc
or .debug_loclists
section.
Implementations§
source§impl LocationListTable
impl LocationListTable
sourcepub fn add(&mut self, loc_list: LocationList) -> LocationListId
pub fn add(&mut self, loc_list: LocationList) -> LocationListId
Add a location list to the table.
Trait Implementations§
source§impl Debug for LocationListTable
impl Debug for LocationListTable
source§impl Default for LocationListTable
impl Default for LocationListTable
source§fn default() -> LocationListTable
fn default() -> LocationListTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocationListTable
impl RefUnwindSafe for LocationListTable
impl Send for LocationListTable
impl Sync for LocationListTable
impl Unpin for LocationListTable
impl UnwindSafe for LocationListTable
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