pub enum GCode {
InterpolationMode(InterpolationMode),
RegionMode(bool),
QuadrantMode(QuadrantMode),
Comment(CommentContent),
Unit(Unit),
CoordinateMode(CoordinateMode),
SelectAperture,
}Variants§
InterpolationMode(InterpolationMode)
RegionMode(bool)
QuadrantMode(QuadrantMode)
Comment(CommentContent)
Unit(Unit)
Deprecated since December 2012, but still in use
CoordinateMode(CoordinateMode)
Deprecated since December 2012, but still in use
SelectAperture
Deprecated since December 2012, but still in use
Trait Implementations§
Source§impl From<GCode> for FunctionCode
impl From<GCode> for FunctionCode
Source§impl<W: Write> GerberCode<W> for GCode
impl<W: Write> GerberCode<W> for GCode
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)