Struct glsl_lang_types::ast::PreprocessorUndefData
source · pub struct PreprocessorUndefData {
pub name: Identifier,
}
Expand description
A #undef preprocessor directive.
Fields§
§name: Identifier
Identifier to undefine
Trait Implementations§
source§impl Clone for PreprocessorUndefData
impl Clone for PreprocessorUndefData
source§fn clone(&self) -> PreprocessorUndefData
fn clone(&self) -> PreprocessorUndefData
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 PreprocessorUndefData
impl Debug for PreprocessorUndefData
source§impl From<Node<PreprocessorUndefData>> for PreprocessorUndefData
impl From<Node<PreprocessorUndefData>> for PreprocessorUndefData
source§fn from(node: Node<PreprocessorUndefData>) -> Self
fn from(node: Node<PreprocessorUndefData>) -> Self
Converts to this type from the input type.
source§impl NodeContent for PreprocessorUndefData
impl NodeContent for PreprocessorUndefData
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 PreprocessorUndefData
impl PartialEq for PreprocessorUndefData
source§fn 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 ==
.impl Eq for PreprocessorUndefData
impl StructuralPartialEq for PreprocessorUndefData
Auto Trait Implementations§
impl Freeze for PreprocessorUndefData
impl RefUnwindSafe for PreprocessorUndefData
impl Send for PreprocessorUndefData
impl Sync for PreprocessorUndefData
impl Unpin for PreprocessorUndefData
impl UnwindSafe for PreprocessorUndefData
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
)