gimli::read

Type Alias LineNumberSequence

Source
pub type LineNumberSequence<R> = LineSequence<R>;
👎Deprecated: LineNumberSequence has been renamed to LineSequence, use that instead.
Expand description

Deprecated. LineNumberSequence has been renamed to LineSequence.

Aliased Type§

struct LineNumberSequence<R> {
    pub start: u64,
    pub end: u64,
    instructions: LineInstructions<R>,
}

Fields§

§start: u64

The first address that is covered by this sequence within the line number program.

§end: u64

The first address that is not covered by this sequence within the line number program.

§instructions: LineInstructions<R>

Trait Implementations

Source§

impl<R: Clone + Reader> Clone for LineSequence<R>

Source§

fn clone(&self) -> LineSequence<R>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<R: Debug + Reader> Debug for LineSequence<R>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more