Struct glsl::syntax::StructFieldSpecifier [] [src]

pub struct StructFieldSpecifier {
    pub qualifier: Option<TypeQualifier>,
    pub ty: TypeSpecifier,
    pub identifiers: NonEmpty<(Identifier, Option<ArraySpecifier>)>,
}

Struct field specifier. Used to add fields to struct specifiers.

Fields

Trait Implementations

impl Clone for StructFieldSpecifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StructFieldSpecifier
[src]

Formats the value using the given formatter.

impl PartialEq for StructFieldSpecifier
[src]

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

This method tests for !=.