Struct glsl::syntax::SelectionStatement [−][src]
pub struct SelectionStatement { pub cond: Box<Expr>, pub rest: SelectionRestStatement, }
Selection statement.
Fields
cond: Box<Expr>
rest: SelectionRestStatement
Trait Implementations
impl Clone for SelectionStatement
[src]
impl Clone for SelectionStatement
[src]fn clone(&self) -> SelectionStatement
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Host for SelectionStatement
[src]
impl Host for SelectionStatement
[src]impl Parse for SelectionStatement
[src]
impl Parse for SelectionStatement
[src]impl PartialEq<SelectionStatement> for SelectionStatement
[src]
impl PartialEq<SelectionStatement> for SelectionStatement
[src]