pub enum GCode {
BlockDelete,
LineNumber(u32),
Word(char, RealValue),
Execute,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for GCode
Auto Trait Implementations§
impl Freeze for GCode
impl RefUnwindSafe for GCode
impl Send for GCode
impl Sync for GCode
impl Unpin for GCode
impl UnwindSafe for GCode
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