Struct spirv::OpLine [] [src]

pub struct OpLine {
    pub target: Id,
    pub file: Id,
    pub line: LiteralNumber,
    pub column: LiteralNumber,
}

Fields

Trait Implementations

impl Debug for OpLine
[src]

Formats the value using the given formatter.