pub enum Chip {
Esp32,
Esp32s2,
Esp32s3,
Esp8266,
}
Expand description
The chips which are present in the xtensa-overlays repository
When .to_string()
is called on a variant, the resulting string is the path
to the chip’s corresponding directory.
Variants§
Trait Implementations§
impl Copy for Chip
impl StructuralPartialEq for Chip
Auto Trait Implementations§
impl Freeze for Chip
impl RefUnwindSafe for Chip
impl Send for Chip
impl Sync for Chip
impl Unpin for Chip
impl UnwindSafe for Chip
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