#[repr(C)]enum InteractiveHtmlBomDrawingLayer {
Edge = 0,
SilkscreenFront = 1,
SilkscreenBack = 2,
FabricationFront = 3,
FabricationBack = 4,
}
Expand description
Wrapper for [DrawingLayer]
Variants§
Edge = 0
PCB edge
SilkscreenFront = 1
Silkscreen front
SilkscreenBack = 2
Silkscreen back
FabricationFront = 3
Fabrication front
FabricationBack = 4
Fabrication back
Trait Implementations§
Source§impl Clone for InteractiveHtmlBomDrawingLayer
impl Clone for InteractiveHtmlBomDrawingLayer
Source§fn clone(&self) -> InteractiveHtmlBomDrawingLayer
fn clone(&self) -> InteractiveHtmlBomDrawingLayer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<InteractiveHtmlBomDrawingLayer> for DrawingLayer
impl From<InteractiveHtmlBomDrawingLayer> for DrawingLayer
Source§fn from(val: InteractiveHtmlBomDrawingLayer) -> Self
fn from(val: InteractiveHtmlBomDrawingLayer) -> Self
Converts to this type from the input type.
impl Copy for InteractiveHtmlBomDrawingLayer
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomDrawingLayer
impl RefUnwindSafe for InteractiveHtmlBomDrawingLayer
impl Send for InteractiveHtmlBomDrawingLayer
impl Sync for InteractiveHtmlBomDrawingLayer
impl Unpin for InteractiveHtmlBomDrawingLayer
impl UnwindSafe for InteractiveHtmlBomDrawingLayer
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