Enum gcode::Mnemonic[][src]

#[repr(C)]
pub enum Mnemonic { ProgramNumber, ToolChange, MachineRoutine, General, }

A general command category.

Variants

A program number (O555).

A tool change command (T6).

A machine-specific routine (M3).

A general command (G01).

Trait Implementations

impl Debug for Mnemonic
[src]

Formats the value using the given formatter. Read more

impl Copy for Mnemonic
[src]

impl Clone for Mnemonic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Mnemonic
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Mnemonic
[src]

impl Hash for Mnemonic
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for Mnemonic
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Mnemonic

impl Sync for Mnemonic