#[repr(C)]enum InteractiveHtmlBomSides {
Front = 0,
Back = 1,
Both = 2,
}
Expand description
Enum to define board side(s)
Variants§
Auto Trait Implementations§
impl Freeze for InteractiveHtmlBomSides
impl RefUnwindSafe for InteractiveHtmlBomSides
impl Send for InteractiveHtmlBomSides
impl Sync for InteractiveHtmlBomSides
impl Unpin for InteractiveHtmlBomSides
impl UnwindSafe for InteractiveHtmlBomSides
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