Type Alias glsl_lang_types::ast::StructSpecifier
source · pub type StructSpecifier = Node<StructSpecifierData>;
Expand description
Type alias for Node<StructSpecifierData>
.
Aliased Type§
struct StructSpecifier {
pub content: StructSpecifierData,
pub span: Option<NodeSpan>,
}
Fields§
§content: StructSpecifierData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from