Struct glsl::syntax::SwitchStatement [−][src]
Switch statement.
Fields
head: Box<Expr>
body: Vec<Statement>
Trait Implementations
impl Clone for SwitchStatement
[src]
impl Clone for SwitchStatement
[src]fn clone(&self) -> SwitchStatement
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Parse for SwitchStatement
[src]
impl Parse for SwitchStatement
[src]impl PartialEq<SwitchStatement> for SwitchStatement
[src]
impl PartialEq<SwitchStatement> for SwitchStatement
[src]