Struct glsl::syntax::CompoundStatement [] [src]

pub struct CompoundStatement {
    pub statement_list: Vec<Statement>,
}

Compound statement (with no new scope).

Fields

Trait Implementations

impl Clone for CompoundStatement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompoundStatement
[src]

Formats the value using the given formatter.

impl PartialEq for CompoundStatement
[src]

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

This method tests for !=.