Struct gimli::LineNumberSequence [] [src]

pub struct LineNumberSequence<R: Reader> {
    pub start: u64,
    pub end: u64,
    // some fields omitted
}

A sequence within a line number program. A sequence, as defined in section 6.2.5 of the standard, is a linear subset of a line number program within which addresses are monotonically increasing.

Fields

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

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

Trait Implementations

impl<R: Clone + Reader> Clone for LineNumberSequence<R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Reader> Debug for LineNumberSequence<R>
[src]

Formats the value using the given formatter.