Struct g_code::emit::Field [−][src]
Expand description
Fundamental unit of GCode: a descriptive letter followed by a value.
Field type supports owned and partially-borrowed representations using Cow.
Fields
letters: Cow<'a, str>value: Value<'a>Implementations
Returns an owned representation of the Field valid for the 'static lifetime.
This will allocate any string types.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Field<'a>impl<'a> UnwindSafe for Field<'a>Blanket Implementations
Mutably borrows from an owned value. Read more