pub enum ChipType {
Esp32D0wdq6,
Esp32D0wdq5,
Esp32D2wdq5,
Esp32Picod2,
Esp32Picod4,
Unknown,
}
Variants
Esp32D0wdq6
Esp32D0wdq5
Esp32D2wdq5
Esp32Picod2
Esp32Picod4
Unknown
Trait Implementations
sourceimpl PartialEq<ChipType> for ChipType
impl PartialEq<ChipType> for ChipType
impl Copy for ChipType
impl Eq for ChipType
impl StructuralEq for ChipType
impl StructuralPartialEq for ChipType
Auto Trait Implementations
impl RefUnwindSafe for ChipType
impl Send for ChipType
impl Sync for ChipType
impl Unpin for ChipType
impl UnwindSafe for ChipType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more