Struct glsl_include::FileLine [] [src]

pub struct FileLine<'a> {
    pub file: Option<&'a str>,
    pub line: usize,
}

An include file, line number pair

A value of None for file corresponds to a line in the source string provided to [method@expand]

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for FileLine<'a>

impl<'a> Sync for FileLine<'a>