Struct gimli::UnitOffset [−][src]
pub struct UnitOffset<T = usize>(pub T);
An offset into the current compilation or type unit.
Methods
impl<T: ReaderOffset> UnitOffset<T>[src]
impl<T: ReaderOffset> UnitOffset<T>pub fn to_debug_info_offset<R>(
&self,
unit: &CompilationUnitHeader<R, R::Offset>
) -> DebugInfoOffset<T> where
R: Reader<Offset = T>, [src]
pub fn to_debug_info_offset<R>(
&self,
unit: &CompilationUnitHeader<R, R::Offset>
) -> DebugInfoOffset<T> where
R: Reader<Offset = T>, Convert an offset to be relative to the start of the .debug_info section, instead of relative to the start of the given compilation unit.
pub fn to_debug_types_offset<R>(
&self,
unit: &TypeUnitHeader<R, R::Offset>
) -> DebugTypesOffset<T> where
R: Reader<Offset = T>, [src]
pub fn to_debug_types_offset<R>(
&self,
unit: &TypeUnitHeader<R, R::Offset>
) -> DebugTypesOffset<T> where
R: Reader<Offset = T>, Convert an offset to be relative to the start of the .debug_types section, instead of relative to the start of the given type unit.
Trait Implementations
impl<T: Debug> Debug for UnitOffset<T>[src]
impl<T: Debug> Debug for UnitOffset<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Clone> Clone for UnitOffset<T>[src]
impl<T: Clone> Clone for UnitOffset<T>fn clone(&self) -> UnitOffset<T>[src]
fn clone(&self) -> UnitOffset<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<T: Copy> Copy for UnitOffset<T>[src]
impl<T: Copy> Copy for UnitOffset<T>impl<T: PartialEq> PartialEq for UnitOffset<T>[src]
impl<T: PartialEq> PartialEq for UnitOffset<T>fn eq(&self, other: &UnitOffset<T>) -> bool[src]
fn eq(&self, other: &UnitOffset<T>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UnitOffset<T>) -> bool[src]
fn ne(&self, other: &UnitOffset<T>) -> boolThis method tests for !=.
impl<T: Eq> Eq for UnitOffset<T>[src]
impl<T: Eq> Eq for UnitOffset<T>impl<T: Ord> Ord for UnitOffset<T>[src]
impl<T: Ord> Ord for UnitOffset<T>fn cmp(&self, other: &UnitOffset<T>) -> Ordering[src]
fn cmp(&self, other: &UnitOffset<T>) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl<T: PartialOrd> PartialOrd for UnitOffset<T>[src]
impl<T: PartialOrd> PartialOrd for UnitOffset<T>fn partial_cmp(&self, other: &UnitOffset<T>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &UnitOffset<T>) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &UnitOffset<T>) -> bool[src]
fn lt(&self, other: &UnitOffset<T>) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &UnitOffset<T>) -> bool[src]
fn le(&self, other: &UnitOffset<T>) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &UnitOffset<T>) -> bool[src]
fn gt(&self, other: &UnitOffset<T>) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &UnitOffset<T>) -> bool[src]
fn ge(&self, other: &UnitOffset<T>) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl<T: Hash> Hash for UnitOffset<T>[src]
impl<T: Hash> Hash for UnitOffset<T>Auto Trait Implementations
impl<T> Send for UnitOffset<T> where
T: Send,
impl<T> Send for UnitOffset<T> where
T: Send, impl<T> Sync for UnitOffset<T> where
T: Sync,
impl<T> Sync for UnitOffset<T> where
T: Sync,