Type Alias gimli::read::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,
    /* private fields */
}

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.

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