Struct glsl::syntax::SingleDeclarationNoType [] [src]

pub struct SingleDeclarationNoType {
    pub name: Identifier,
    pub array_specifier: Option<ArraySpecifier>,
    pub initializer: Option<Initializer>,
}

A single declaration with implicit, already-defined type.

Fields

Trait Implementations

impl Clone for SingleDeclarationNoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SingleDeclarationNoType
[src]

Formats the value using the given formatter.

impl PartialEq for SingleDeclarationNoType
[src]

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

This method tests for !=.