Struct g_code::parse::token::Comment [−][src]
pub struct Comment<'input> { /* fields omitted */ }Expand description
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
Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for Comment<'input>impl<'input> UnwindSafe for Comment<'input>Blanket Implementations
Mutably borrows from an owned value. Read more