Struct quire::Pos [] [src]

pub struct Pos {
    pub filename: Rc<String>,
    pub indent: usize,
    pub line: usize,
    pub line_start: bool,
    pub line_offset: usize,
    pub offset: usize,
}

Source code position

Fields

Trait Implementations

impl Clone for Pos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pos
[src]

Formats the value using the given formatter.

impl Display for Pos
[src]

Formats the value using the given formatter.