Struct gimli::DebugTypesOffset [−][src]
pub struct DebugTypesOffset<T = usize>(pub T);
An offset into the .debug_types
section.
Implementations
impl<T: ReaderOffset> DebugTypesOffset<T>
[src]
impl<T: ReaderOffset> DebugTypesOffset<T>
[src]pub fn to_unit_offset<R>(&self, unit: &UnitHeader<R>) -> Option<UnitOffset<T>> where
R: Reader<Offset = T>,
[src]
R: Reader<Offset = T>,
Convert an offset to be relative to the start of the given unit,
instead of relative to the start of the .debug_types section.
Returns None
if the offset is not within the unit entries.
Trait Implementations
impl<T: Clone> Clone for DebugTypesOffset<T>
[src]
impl<T: Clone> Clone for DebugTypesOffset<T>
[src]fn clone(&self) -> DebugTypesOffset<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug> Debug for DebugTypesOffset<T>
[src]
impl<T: Debug> Debug for DebugTypesOffset<T>
[src]impl<T> From<DebugTypesOffset<T>> for UnitSectionOffset<T>
[src]
impl<T> From<DebugTypesOffset<T>> for UnitSectionOffset<T>
[src]fn from(offset: DebugTypesOffset<T>) -> Self
[src]
impl<T: Hash> Hash for DebugTypesOffset<T>
[src]
impl<T: Hash> Hash for DebugTypesOffset<T>
[src]impl<T: Ord> Ord for DebugTypesOffset<T>
[src]
impl<T: Ord> Ord for DebugTypesOffset<T>
[src]impl<T: PartialEq> PartialEq<DebugTypesOffset<T>> for DebugTypesOffset<T>
[src]
impl<T: PartialEq> PartialEq<DebugTypesOffset<T>> for DebugTypesOffset<T>
[src]fn eq(&self, other: &DebugTypesOffset<T>) -> bool
[src]
fn ne(&self, other: &DebugTypesOffset<T>) -> bool
[src]
impl<T: PartialOrd> PartialOrd<DebugTypesOffset<T>> for DebugTypesOffset<T>
[src]
impl<T: PartialOrd> PartialOrd<DebugTypesOffset<T>> for DebugTypesOffset<T>
[src]fn partial_cmp(&self, other: &DebugTypesOffset<T>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<T: Copy> Copy for DebugTypesOffset<T>
[src]
impl<T: Eq> Eq for DebugTypesOffset<T>
[src]
impl<T> StructuralEq for DebugTypesOffset<T>
[src]
impl<T> StructuralPartialEq for DebugTypesOffset<T>
[src]
Auto Trait Implementations
impl<T> Send for DebugTypesOffset<T> where
T: Send,
T: Send,
impl<T> Sync for DebugTypesOffset<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DebugTypesOffset<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.