Enum gimli::read::CieOrFde [−][src]
Either a CommonInformationEntry
(CIE) or a FrameDescriptionEntry
(FDE).
Variants
Cie(CommonInformationEntry<R>)
This CFI entry is a CommonInformationEntry
.
Fde(PartialFrameDescriptionEntry<'bases, Section, R>)
This CFI entry is a FrameDescriptionEntry
, however fully parsing it
requires parsing its CIE first, so it is left in a partially parsed
state.
Trait Implementations
impl<'bases, Section: Clone, R: Clone> Clone for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
fn clone(&self) -> CieOrFde<'bases, Section, R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'bases, Section: Debug, R: Debug> Debug for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
impl<'bases, Section: Eq, R: Eq> Eq for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
impl<'bases, Section: PartialEq, R: PartialEq> PartialEq<CieOrFde<'bases, Section, R>> for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
fn eq(&self, other: &CieOrFde<'bases, Section, R>) -> bool
[src]
fn ne(&self, other: &CieOrFde<'bases, Section, R>) -> bool
[src]
impl<'bases, Section, R> StructuralEq for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
impl<'bases, Section, R> StructuralPartialEq for CieOrFde<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
[src]
R: Reader,
Section: UnwindSection<R>,
Auto Trait Implementations
impl<'bases, Section, R> Send for CieOrFde<'bases, Section, R> where
R: Send,
Section: Send,
<R as Reader>::Offset: Send,
<Section as UnwindSection<R>>::Offset: Send,
R: Send,
Section: Send,
<R as Reader>::Offset: Send,
<Section as UnwindSection<R>>::Offset: Send,
impl<'bases, Section, R> Sync for CieOrFde<'bases, Section, R> where
R: Sync,
Section: Sync,
<R as Reader>::Offset: Sync,
<Section as UnwindSection<R>>::Offset: Sync,
R: Sync,
Section: Sync,
<R as Reader>::Offset: Sync,
<Section as UnwindSection<R>>::Offset: Sync,
impl<'bases, Section, R> Unpin for CieOrFde<'bases, Section, R> where
R: Unpin,
Section: Unpin,
<R as Reader>::Offset: Unpin,
<Section as UnwindSection<R>>::Offset: Unpin,
R: Unpin,
Section: Unpin,
<R as Reader>::Offset: Unpin,
<Section as UnwindSection<R>>::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>,