pub enum BoardType {
ESP32C3LcdKit,
ESP32C6DevKitC1,
ESP32S3Box,
M5StackCoreS3,
M5StackFire,
}Variants§
Auto Trait Implementations§
impl Freeze for BoardType
impl RefUnwindSafe for BoardType
impl Send for BoardType
impl Sync for BoardType
impl Unpin for BoardType
impl UnwindSafe for BoardType
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