Struct gimli::LocationListsOffset
source · pub struct LocationListsOffset<T = usize>(pub T);Expand description
An offset into either the .debug_loc section or the .debug_loclists section,
depending on the version of the unit the offset was contained in.
Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Clone> Clone for LocationListsOffset<T>
impl<T: Clone> Clone for LocationListsOffset<T>
source§fn clone(&self) -> LocationListsOffset<T>
fn clone(&self) -> LocationListsOffset<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more