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