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