pub enum DrawingLayer {
Edge,
SilkscreenFront,
SilkscreenBack,
FabricationFront,
FabricationBack,
}
Expand description
Drawing layer
Variants§
Edge
PCB edge
SilkscreenFront
Silkscreen front
SilkscreenBack
Silkscreen back
FabricationFront
Fabrication front
FabricationBack
Fabrication back
Trait Implementations§
Source§impl PartialEq for DrawingLayer
impl PartialEq for DrawingLayer
impl StructuralPartialEq for DrawingLayer
Auto Trait Implementations§
impl Freeze for DrawingLayer
impl RefUnwindSafe for DrawingLayer
impl Send for DrawingLayer
impl Sync for DrawingLayer
impl Unpin for DrawingLayer
impl UnwindSafe for DrawingLayer
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