pub enum GCode {
InterpolationMode(InterpolationMode),
RegionMode(bool),
QuadrantMode(QuadrantMode),
Comment(CommentContent),
}
Variants§
InterpolationMode(InterpolationMode)
RegionMode(bool)
QuadrantMode(QuadrantMode)
Comment(CommentContent)
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§
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