Struct glsl_lang::ast::TypeQualifierData
source · [−]pub struct TypeQualifierData {
pub qualifiers: Vec<Node<TypeQualifierSpecData>, Global>,
}
Expand description
Type qualifier.
Fields
qualifiers: Vec<Node<TypeQualifierSpecData>, Global>
List of type qualifiers
Trait Implementations
sourceimpl Clone for TypeQualifierData
impl Clone for TypeQualifierData
sourcefn clone(&self) -> TypeQualifierData
fn clone(&self) -> TypeQualifierData
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 TypeQualifierData
impl Debug for TypeQualifierData
sourceimpl From<Node<TypeQualifierData>> for TypeQualifierData
impl From<Node<TypeQualifierData>> for TypeQualifierData
sourcefn from(node: Node<TypeQualifierData>) -> TypeQualifierData
fn from(node: Node<TypeQualifierData>) -> TypeQualifierData
Converts to this type from the input type.
sourceimpl NodeContent for TypeQualifierData
impl NodeContent for TypeQualifierData
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 TypeQualifierData
impl NodeContentDisplay for TypeQualifierData
sourceimpl PartialEq<TypeQualifierData> for TypeQualifierData
impl PartialEq<TypeQualifierData> for TypeQualifierData
sourcefn eq(&self, other: &TypeQualifierData) -> bool
fn eq(&self, other: &TypeQualifierData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TypeQualifierData) -> bool
fn ne(&self, other: &TypeQualifierData) -> bool
This method tests for !=
.
impl StructuralPartialEq for TypeQualifierData
Auto Trait Implementations
impl RefUnwindSafe for TypeQualifierData
impl Send for TypeQualifierData
impl Sync for TypeQualifierData
impl Unpin for TypeQualifierData
impl UnwindSafe for TypeQualifierData
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