Struct glsl::syntax::FunctionPrototype
[−]
[src]
pub struct FunctionPrototype {
pub ty: FullySpecifiedType,
pub name: Identifier,
pub parameters: Vec<FunctionParameterDeclaration>,
}Function prototype.
Fields
ty: FullySpecifiedType
name: Identifier
parameters: Vec<FunctionParameterDeclaration>
Trait Implementations
impl Clone for FunctionPrototype[src]
fn clone(&self) -> FunctionPrototype
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for FunctionPrototype[src]
impl PartialEq for FunctionPrototype[src]
fn eq(&self, __arg_0: &FunctionPrototype) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FunctionPrototype) -> bool
This method tests for !=.