pub struct UartPins { /* private fields */ }
Expand description
Pins for the UART
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UartPins
impl RefUnwindSafe for UartPins
impl Send for UartPins
impl Sync for UartPins
impl Unpin for UartPins
impl UnwindSafe for UartPins
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