Struct glsl::syntax::CompoundStatement [−][src]
Compound statement (with no new scope).
Fields
statement_list: Vec<Statement>
Trait Implementations
impl Clone for CompoundStatement
[src]
impl Clone for CompoundStatement
[src]fn clone(&self) -> CompoundStatement
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl FromIterator<Statement> for CompoundStatement
[src]
impl FromIterator<Statement> for CompoundStatement
[src]fn from_iter<T>(iter: T) -> Self where
T: IntoIterator<Item = Statement>,
[src]
T: IntoIterator<Item = Statement>,
impl Parse for CompoundStatement
[src]
impl Parse for CompoundStatement
[src]impl PartialEq<CompoundStatement> for CompoundStatement
[src]
impl PartialEq<CompoundStatement> for CompoundStatement
[src]