Struct esp8266_hal::uart::UART1Serial
source · [−]pub struct UART1Serial { /* private fields */ }
Expand description
Write-only serial port using UART1
.
Implementations
Trait Implementations
sourceimpl Write<u8> for UART1Serial
impl Write<u8> for UART1Serial
sourceimpl Write for UART1Serial
impl Write for UART1Serial
impl Default<u8> for UART1Serial
Auto Trait Implementations
impl RefUnwindSafe for UART1Serial
impl Send for UART1Serial
impl !Sync for UART1Serial
impl Unpin for UART1Serial
impl UnwindSafe for UART1Serial
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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