Struct gimli::PartialFrameDescriptionEntry [] [src]

pub struct PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian> { /* fields omitted */ }

A partially parsed FrameDescriptionEntry.

Fully parsing this FDE requires first parsing its CIE.

Methods

impl<'bases, 'input, Endian, Section> PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>
[src]

Fully parse this FDE.

You must provide a function get its associated CIE (either by parsing it on demand, or looking it up in some table mapping offsets to CIEs that you've already parsed, etc.)

Trait Implementations

impl<'bases, 'input, Endian: Clone, Section: Clone> Clone for PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>, Section::Offset: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'bases, 'input, Endian: Debug, Section: Debug> Debug for PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>, Section::Offset: Debug
[src]

Formats the value using the given formatter.

impl<'bases, 'input, Endian: PartialEq, Section: PartialEq> PartialEq for PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>, Section::Offset: PartialEq
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'bases, 'input, Endian: Eq, Section: Eq> Eq for PartialFrameDescriptionEntry<'bases, 'input, Endian, Section> where Endian: Endianity, Section: UnwindSection<'input, Endian>, Section::Offset: Eq
[src]