pub struct UartRx4 { /* private fields */ }Trait Implementations§
impl UartPeripheral for UartRx4
impl UartRxPeripheral for UartRx4
Auto Trait Implementations§
impl Freeze for UartRx4
impl RefUnwindSafe for UartRx4
impl Send for UartRx4
impl Sync for UartRx4
impl Unpin for UartRx4
impl UnsafeUnpin for UartRx4
impl UnwindSafe for UartRx4
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