Struct gimli::DebugStrOffsetsBase
source · pub struct DebugStrOffsetsBase<T = usize>(pub T);
Expand description
An offset to a set of entries in the .debug_str_offsets
section.
Tuple Fields§
§0: T
Implementations§
source§impl<Offset> DebugStrOffsetsBase<Offset>where
Offset: ReaderOffset,
impl<Offset> DebugStrOffsetsBase<Offset>where Offset: ReaderOffset,
sourcepub fn default_for_encoding_and_file(
encoding: Encoding,
file_type: DwarfFileType
) -> DebugStrOffsetsBase<Offset>
pub fn default_for_encoding_and_file( encoding: Encoding, file_type: DwarfFileType ) -> DebugStrOffsetsBase<Offset>
Returns a DebugStrOffsetsBase
with the default value of DW_AT_str_offsets_base
for the given Encoding
and DwarfFileType
.
Trait Implementations§
source§impl<T: Clone> Clone for DebugStrOffsetsBase<T>
impl<T: Clone> Clone for DebugStrOffsetsBase<T>
source§fn clone(&self) -> DebugStrOffsetsBase<T>
fn clone(&self) -> DebugStrOffsetsBase<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 moresource§impl<T: Debug> Debug for DebugStrOffsetsBase<T>
impl<T: Debug> Debug for DebugStrOffsetsBase<T>
source§impl<T: PartialEq> PartialEq<DebugStrOffsetsBase<T>> for DebugStrOffsetsBase<T>
impl<T: PartialEq> PartialEq<DebugStrOffsetsBase<T>> for DebugStrOffsetsBase<T>
source§fn eq(&self, other: &DebugStrOffsetsBase<T>) -> bool
fn eq(&self, other: &DebugStrOffsetsBase<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.