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