Struct gimli::read::PubTypesEntry [−][src]
A single parsed pubtype.
Implementations
impl<R: Reader> PubTypesEntry<R>
[src]
pub fn name(&self) -> &R
[src]
Returns the name of the type this entry refers to.
pub fn unit_header_offset(&self) -> DebugInfoOffset<R::Offset>
[src]
Returns the offset into the .debug_info section for the header of the compilation unit which contains the type with this name.
pub fn die_offset(&self) -> UnitOffset<R::Offset>
[src]
Returns the offset into the compilation unit for the debugging information entry which the type with this name.
Trait Implementations
impl<R: Clone + Reader> Clone for PubTypesEntry<R> where
R::Offset: Clone,
R::Offset: Clone,
[src]
R::Offset: Clone,
R::Offset: Clone,
fn clone(&self) -> PubTypesEntry<R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<R: Debug + Reader> Debug for PubTypesEntry<R> where
R::Offset: Debug,
R::Offset: Debug,
[src]
R::Offset: Debug,
R::Offset: Debug,
Auto Trait Implementations
impl<R> Send for PubTypesEntry<R> where
R: Send,
<R as Reader>::Offset: Send,
R: Send,
<R as Reader>::Offset: Send,
impl<R> Sync for PubTypesEntry<R> where
R: Sync,
<R as Reader>::Offset: Sync,
R: Sync,
<R as Reader>::Offset: Sync,
impl<R> Unpin for PubTypesEntry<R> where
R: Unpin,
<R as Reader>::Offset: Unpin,
R: Unpin,
<R as Reader>::Offset: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,