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