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