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