pub struct MuxUart<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ReceiveClient for MuxUart<'_>
impl ReceiveClient for MuxUart<'_>
Auto Trait Implementations§
impl<'a> !Freeze for MuxUart<'a>
impl<'a> !RefUnwindSafe for MuxUart<'a>
impl<'a> !Send for MuxUart<'a>
impl<'a> !Sync for MuxUart<'a>
impl<'a> !UnwindSafe for MuxUart<'a>
impl<'a> Unpin for MuxUart<'a>
impl<'a> UnsafeUnpin for MuxUart<'a>
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