pub enum GerberFlavor {
KiCad,
Altium,
}
Expand description
Gerber flavor for D-code processing
Variants§
Auto Trait Implementations§
impl Freeze for GerberFlavor
impl RefUnwindSafe for GerberFlavor
impl Send for GerberFlavor
impl Sync for GerberFlavor
impl Unpin for GerberFlavor
impl UnwindSafe for GerberFlavor
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