Struct g_code::parse::token::Comment [−][src]
pub struct Comment<'input> { /* fields omitted */ }A semicolon ; followed by ASCII characters and terminated by a Newline
or the end of the file.
The semicolon is part of the inner representation.
Some machines/programs will display these comments as the GCode is executed.
Implementations
impl<'input> Comment<'input>[src]
impl<'input> Comment<'input>[src]pub fn iter_bytes(&'input self) -> impl Iterator<Item = &'input u8>[src]
Trait Implementations
impl<'input> StructuralEq for Comment<'input>[src]
impl<'input> StructuralEq for Comment<'input>[src]impl<'input> StructuralPartialEq for Comment<'input>[src]
impl<'input> StructuralPartialEq for Comment<'input>[src]Auto Trait Implementations
impl<'input> RefUnwindSafe for Comment<'input>
impl<'input> RefUnwindSafe for Comment<'input>impl<'input> UnwindSafe for Comment<'input>
impl<'input> UnwindSafe for Comment<'input>