Enum glsl_lang::ast::LayoutQualifierSpecData
source · [−]pub enum LayoutQualifierSpecData {
Identifier(Node<IdentifierData>, Option<Box<Node<ExprData>, Global>>),
Shared,
}
Expand description
Layout qualifier spec.
Variants
Identifier(Node<IdentifierData>, Option<Box<Node<ExprData>, Global>>)
An ident = expr
layout qualifier
Shared
shared
layout qualifier
Trait Implementations
sourceimpl Clone for LayoutQualifierSpecData
impl Clone for LayoutQualifierSpecData
sourcefn clone(&self) -> LayoutQualifierSpecData
fn clone(&self) -> LayoutQualifierSpecData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for LayoutQualifierSpecData
impl Debug for LayoutQualifierSpecData
sourceimpl From<Node<LayoutQualifierSpecData>> for LayoutQualifierSpecData
impl From<Node<LayoutQualifierSpecData>> for LayoutQualifierSpecData
sourcefn from(node: Node<LayoutQualifierSpecData>) -> LayoutQualifierSpecData
fn from(node: Node<LayoutQualifierSpecData>) -> LayoutQualifierSpecData
Converts to this type from the input type.
sourceimpl NodeContent for LayoutQualifierSpecData
impl NodeContent for LayoutQualifierSpecData
sourcefn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
fn into_node<T>(self) -> Node<T> where
T: From<Self> + NodeContent,
Convert the contents into a node
sourcefn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
sourceimpl NodeContentDisplay for LayoutQualifierSpecData
impl NodeContentDisplay for LayoutQualifierSpecData
sourceimpl PartialEq<LayoutQualifierSpecData> for LayoutQualifierSpecData
impl PartialEq<LayoutQualifierSpecData> for LayoutQualifierSpecData
sourcefn eq(&self, other: &LayoutQualifierSpecData) -> bool
fn eq(&self, other: &LayoutQualifierSpecData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LayoutQualifierSpecData) -> bool
fn ne(&self, other: &LayoutQualifierSpecData) -> bool
This method tests for !=
.
impl StructuralPartialEq for LayoutQualifierSpecData
Auto Trait Implementations
impl RefUnwindSafe for LayoutQualifierSpecData
impl Send for LayoutQualifierSpecData
impl Sync for LayoutQualifierSpecData
impl Unpin for LayoutQualifierSpecData
impl UnwindSafe for LayoutQualifierSpecData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> NodeDisplay for T where
T: NodeContentDisplay,
impl<T> NodeDisplay for T where
T: NodeContentDisplay,
sourcefn display(&self) -> NodeDisplayWrapper<'_, T>
fn display(&self) -> NodeDisplayWrapper<'_, T>
Obtain a display wrapper for the current node