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

pub struct StructFieldSpecifier {
    pub ty: TypeSpecifier,
    pub identifiers: Vec<Identifier>,
}

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 Eq for StructFieldSpecifier
[src]

impl Hash for StructFieldSpecifier
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

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 !=.