pub struct NullUART;
Expand description
Dummy UART driver that drops outgoing data and never receives anything.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullUART
impl RefUnwindSafe for NullUART
impl Send for NullUART
impl Sync for NullUART
impl Unpin for NullUART
impl UnwindSafe for NullUART
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