pub struct QuasiUart { /* private fields */ }Expand description
Minimal UART writer compatible with the existing quasi-uart protocol.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuasiUart
impl RefUnwindSafe for QuasiUart
impl Send for QuasiUart
impl Sync for QuasiUart
impl Unpin for QuasiUart
impl UnwindSafe for QuasiUart
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