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