Struct glsl::syntax::FunctionParameterDeclarator [] [src]

pub struct FunctionParameterDeclarator {
    pub ty: TypeSpecifier,
    pub name: Identifier,
    pub array_spec: Option<ArraySpecifier>,
}

Function parameter declarator.

Fields

Trait Implementations

impl Clone for FunctionParameterDeclarator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FunctionParameterDeclarator
[src]

Formats the value using the given formatter.

impl PartialEq for FunctionParameterDeclarator
[src]

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

This method tests for !=.