pub struct Esp32 { /* private fields */ }
Expand description
ESP32 WASM API object
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Esp32
impl RefUnwindSafe for Esp32
impl Send for Esp32
impl Sync for Esp32
impl Unpin for Esp32
impl UnwindSafe for Esp32
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