Type Alias glsl_lang::ast::SelectionStatement
source · pub type SelectionStatement = Node<SelectionStatementData>;
Expand description
Type alias for Node<SelectionStatementData>
.
Aliased Type§
struct SelectionStatement {
pub content: SelectionStatementData,
pub span: Option<NodeSpan>,
}
Fields§
§content: SelectionStatementData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from
Trait Implementations§
source§impl Host for SelectionStatement
impl Host for SelectionStatement
source§impl HostMut for SelectionStatement
impl HostMut for SelectionStatement
source§fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
fn visit_mut<V>(&mut self, visitor: &mut V)where
V: VisitorMut,
Visit an AST node.