Struct glsl::syntax::StructSpecifier
[−]
[src]
pub struct StructSpecifier {
pub name: Option<String>,
pub fields: Vec<StructFieldSpecifier>,
}Struct specifier. Used to create new, user-defined types.
Fields
name: Option<String>
fields: Vec<StructFieldSpecifier>
Trait Implementations
impl Clone for StructSpecifier[src]
fn clone(&self) -> StructSpecifier
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 StructSpecifier[src]
impl PartialEq for StructSpecifier[src]
fn eq(&self, __arg_0: &StructSpecifier) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StructSpecifier) -> bool
This method tests for !=.