Struct glsl::syntax::PreprocessorExtension [] [src]

pub struct PreprocessorExtension {
    pub name: PreprocessorExtensionName,
    pub behavior: Option<PreprocessorExtensionBehavior>,
}

An #extension preprocessor command.

Fields

Trait Implementations

impl Clone for PreprocessorExtension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PreprocessorExtension
[src]

Formats the value using the given formatter.

impl PartialEq for PreprocessorExtension
[src]

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

This method tests for !=.