Struct glsl_lang_types::ast::PreprocessorElseIfData
source · pub struct PreprocessorElseIfData {
pub condition: String,
}
Expand description
An #else preprocessor directive.
Fields§
§condition: String
Condition expression
Trait Implementations§
source§impl Clone for PreprocessorElseIfData
impl Clone for PreprocessorElseIfData
source§fn clone(&self) -> PreprocessorElseIfData
fn clone(&self) -> PreprocessorElseIfData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PreprocessorElseIfData
impl Debug for PreprocessorElseIfData
source§impl From<Node<PreprocessorElseIfData>> for PreprocessorElseIfData
impl From<Node<PreprocessorElseIfData>> for PreprocessorElseIfData
source§fn from(node: Node<PreprocessorElseIfData>) -> Self
fn from(node: Node<PreprocessorElseIfData>) -> Self
Converts to this type from the input type.
source§impl NodeContent for PreprocessorElseIfData
impl NodeContent for PreprocessorElseIfData
source§fn 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
source§fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
source§impl PartialEq for PreprocessorElseIfData
impl PartialEq for PreprocessorElseIfData
source§fn 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 ==
.impl Eq for PreprocessorElseIfData
impl StructuralPartialEq for PreprocessorElseIfData
Auto Trait Implementations§
impl Freeze for PreprocessorElseIfData
impl RefUnwindSafe for PreprocessorElseIfData
impl Send for PreprocessorElseIfData
impl Sync for PreprocessorElseIfData
impl Unpin for PreprocessorElseIfData
impl UnwindSafe for PreprocessorElseIfData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)