Struct symbolic_symcache::Line [] [src]

pub struct Line<'a> { /* fields omitted */ }

Represents a single line.

Methods

impl<'a> Line<'a>
[src]

[src]

The filename of the line.

[src]

The base_dir of the line.

[src]

The address of the line.

[src]

The line number of the line.

Trait Implementations

impl<'a> Debug for Line<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Line<'a>

impl<'a> Sync for Line<'a>