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
sourceimpl 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
sourceimpl Debug for LocationListTable
impl Debug for LocationListTable
sourceimpl Default for LocationListTable
impl Default for LocationListTable
sourcefn default() -> LocationListTable
fn default() -> LocationListTable
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LocationListTable
impl Send for LocationListTable
impl Sync for LocationListTable
impl Unpin for LocationListTable
impl UnwindSafe for LocationListTable
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