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