[go: up one dir, main page]

Struct gimli::FrameDescriptionEntry [] [src]

pub struct FrameDescriptionEntry<'input, Endian> where Endian: Endianity {
    // some fields omitted
}

A FrameDescriptionEntry is a set of CFA instructions for an address range.

Methods

impl<'input, Endian> FrameDescriptionEntry<'input, Endian> where Endian: Endianity
[src]

Get a reference to this FDE's CIE.

Iterate over this FDE's instructions.

Will not include the CIE's initial instructions, if you want those do fde.cie().instructions() first.

Can be used with FallibleIterator.

Trait Implementations

impl<'input, Endian: Clone> Clone for FrameDescriptionEntry<'input, Endian> where Endian: Endianity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'input, Endian: Debug> Debug for FrameDescriptionEntry<'input, Endian> where Endian: Endianity
[src]

Formats the value using the given formatter.

impl<'input, Endian: PartialEq> PartialEq for FrameDescriptionEntry<'input, Endian> where Endian: Endianity
[src]

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

This method tests for !=.

impl<'input, Endian: Eq> Eq for FrameDescriptionEntry<'input, Endian> where Endian: Endianity
[src]