Struct glsl::syntax::FunctionPrototype [] [src]

pub struct FunctionPrototype {
    pub ty: FullySpecifiedType,
    pub name: Identifier,
    pub parameters: Vec<FunctionParameterDeclaration>,
}

Function prototype.

Fields

Trait Implementations

impl Clone for FunctionPrototype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FunctionPrototype
[src]

Formats the value using the given formatter.

impl PartialEq for FunctionPrototype
[src]

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

This method tests for !=.