Type Alias glsl_lang::ast::PreprocessorIfNDef

source ·
pub type PreprocessorIfNDef = Node<PreprocessorIfNDefData>;
Expand description

Type alias for Node<PreprocessorIfNDefData>.

Aliased Type§

struct PreprocessorIfNDef {
    pub content: PreprocessorIfNDefData,
    pub span: Option<NodeSpan>,
}

Fields§

§content: PreprocessorIfNDefData

Contents of this syntax node

§span: Option<NodeSpan>

Span in the input this node was parsed from

Trait Implementations§

source§

impl Host for PreprocessorIfNDef

source§

fn visit<V>(&self, visitor: &mut V)
where V: Visitor,

Visit an AST node.
source§

impl HostMut for PreprocessorIfNDef

source§

fn visit_mut<V>(&mut self, visitor: &mut V)
where V: VisitorMut,

Visit an AST node.