Struct glsl::syntax::PreprocessorVersion [] [src]

pub struct PreprocessorVersion {
    pub version: u16,
    pub profile: Option<PreprocessorVersionProfile>,
}

A #version preprocessor command.

Fields

Trait Implementations

impl Clone for PreprocessorVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PreprocessorVersion
[src]

Formats the value using the given formatter.

impl PartialEq for PreprocessorVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.