Enum glsl_lang::ast::ForInitStatementData
source · [−]pub enum ForInitStatementData {
Expression(Option<Node<ExprData>>),
Declaration(Box<Node<DeclarationData>, Global>),
}
Expand description
For init statement.
Variants
Expression(Option<Node<ExprData>>)
Expression
Declaration(Box<Node<DeclarationData>, Global>)
Variable declaration
Trait Implementations
sourceimpl Clone for ForInitStatementData
impl Clone for ForInitStatementData
sourcefn clone(&self) -> ForInitStatementData
fn clone(&self) -> ForInitStatementData
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 ForInitStatementData
impl Debug for ForInitStatementData
sourceimpl From<Node<ForInitStatementData>> for ForInitStatementData
impl From<Node<ForInitStatementData>> for ForInitStatementData
sourcefn from(node: Node<ForInitStatementData>) -> ForInitStatementData
fn from(node: Node<ForInitStatementData>) -> ForInitStatementData
Converts to this type from the input type.
sourceimpl NodeContent for ForInitStatementData
impl NodeContent for ForInitStatementData
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 ForInitStatementData
impl NodeContentDisplay for ForInitStatementData
sourceimpl PartialEq<ForInitStatementData> for ForInitStatementData
impl PartialEq<ForInitStatementData> for ForInitStatementData
sourcefn eq(&self, other: &ForInitStatementData) -> bool
fn eq(&self, other: &ForInitStatementData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ForInitStatementData) -> bool
fn ne(&self, other: &ForInitStatementData) -> bool
This method tests for !=
.
impl StructuralPartialEq for ForInitStatementData
Auto Trait Implementations
impl RefUnwindSafe for ForInitStatementData
impl Send for ForInitStatementData
impl Sync for ForInitStatementData
impl Unpin for ForInitStatementData
impl UnwindSafe for ForInitStatementData
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