Struct proc_macro2::LineColumn [−][src]
A line-column pair representing the start or end of a Span
.
This type is semver exempt and not exposed by default.
Fields
line: usize
The 1-indexed line in the source file on which the span starts or ends (inclusive).
column: usize
The 0-indexed column (in UTF-8 characters) in the source file on which the span starts or ends (inclusive).
Trait Implementations
impl Clone for LineColumn
[src]
impl Clone for LineColumn
[src]fn clone(&self) -> LineColumn
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Ord for LineColumn
[src]
impl Ord for LineColumn
[src]impl PartialEq<LineColumn> for LineColumn
[src]
impl PartialEq<LineColumn> for LineColumn
[src]fn eq(&self, other: &LineColumn) -> bool
[src]
fn ne(&self, other: &LineColumn) -> bool
[src]
impl PartialOrd<LineColumn> for LineColumn
[src]
impl PartialOrd<LineColumn> for LineColumn
[src]