pub enum Esp32Host {
Esp32,
}Variants§
Esp32
Trait Implementations§
impl Copy for Esp32Host
impl Eq for Esp32Host
impl StructuralPartialEq for Esp32Host
Auto Trait Implementations§
impl Freeze for Esp32Host
impl RefUnwindSafe for Esp32Host
impl Send for Esp32Host
impl Sync for Esp32Host
impl Unpin for Esp32Host
impl UnsafeUnpin for Esp32Host
impl UnwindSafe for Esp32Host
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