pub enum Mnemonic {
General,
Miscellaneous,
ProgramNumber,
ToolChange,
Subroutine,
}
Variants§
General
Preparatory commands, often telling the controller what kind of motion or offset is desired.
Miscellaneous
Auxilliary commands.
ProgramNumber
Used to give the current program a unique “name”.
ToolChange
Tool selection.
Subroutine
O-Code: http://linuxcnc.org/docs/html/gcode/o-code.html
Trait Implementations§
impl Copy for Mnemonic
impl StructuralPartialEq for Mnemonic
Auto Trait Implementations§
impl Freeze for Mnemonic
impl RefUnwindSafe for Mnemonic
impl Send for Mnemonic
impl Sync for Mnemonic
impl Unpin for Mnemonic
impl UnwindSafe for Mnemonic
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