#[repr(C)]enum InteractiveHtmlBomDrawingKind {
Polygon = 0,
ReferenceText = 1,
ValueText = 2,
}
Expand description
Wrapper for [DrawingKind]
Variants§
Polygon = 0
Polygon
ReferenceText = 1
Component reference designator text
ValueText = 2
Component value text
Trait Implementations§
Source§impl Clone for InteractiveHtmlBomDrawingKind
impl Clone for InteractiveHtmlBomDrawingKind
Source§fn clone(&self) -> InteractiveHtmlBomDrawingKind
fn clone(&self) -> InteractiveHtmlBomDrawingKind
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<InteractiveHtmlBomDrawingKind> for DrawingKind
impl From<InteractiveHtmlBomDrawingKind> for DrawingKind
Source§fn from(val: InteractiveHtmlBomDrawingKind) -> Self
fn from(val: InteractiveHtmlBomDrawingKind) -> Self
Converts to this type from the input type.
impl Copy for InteractiveHtmlBomDrawingKind
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomDrawingKind
impl RefUnwindSafe for InteractiveHtmlBomDrawingKind
impl Send for InteractiveHtmlBomDrawingKind
impl Sync for InteractiveHtmlBomDrawingKind
impl Unpin for InteractiveHtmlBomDrawingKind
impl UnwindSafe for InteractiveHtmlBomDrawingKind
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