Type Alias glsl_lang::ast::IterationStatement
source · pub type IterationStatement = Node<IterationStatementData>;
Expand description
Type alias for Node<IterationStatementData>
.
Aliased Type§
struct IterationStatement {
pub content: IterationStatementData,
pub span: Option<NodeSpan>,
}
Fields§
§content: IterationStatementData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from
Trait Implementations§
source§impl Host for IterationStatement
impl Host for IterationStatement
source§impl HostMut for IterationStatement
impl HostMut for IterationStatement
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.