pub struct Module<Rx, Tx, C, const N: usize>{ /* private fields */ }
Expand description
Basic communication interface with the esp8266 module.
Provides basic functionality for sending AT commands and getting corresponding responses.
Implementations§
Source§impl<'a, Rx, Tx, C, const N: usize> Module<Rx, Tx, C, N>
impl<'a, Rx, Tx, C, const N: usize> Module<Rx, Tx, C, N>
Trait Implementations§
Auto Trait Implementations§
impl<Rx, Tx, C, const N: usize> Freeze for Module<Rx, Tx, C, N>
impl<Rx, Tx, C, const N: usize> RefUnwindSafe for Module<Rx, Tx, C, N>
impl<Rx, Tx, C, const N: usize> Send for Module<Rx, Tx, C, N>
impl<Rx, Tx, C, const N: usize> Sync for Module<Rx, Tx, C, N>
impl<Rx, Tx, C, const N: usize> Unpin for Module<Rx, Tx, C, N>
impl<Rx, Tx, C, const N: usize> UnwindSafe for Module<Rx, Tx, C, N>
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