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