pub struct Uart5Builder {
pub base: UartBase<UART5>,
pub tx: PC12,
pub rx: PD2,
}Expand description
uart5 builder
Fields§
§base: UartBase<UART5>uart5 base device
tx: PC12tx pin
rx: PD2rx pin
Implementations§
Auto Trait Implementations§
impl Freeze for Uart5Builder
impl RefUnwindSafe for Uart5Builder
impl Send for Uart5Builder
impl Sync for Uart5Builder
impl Unpin for Uart5Builder
impl UnwindSafe for Uart5Builder
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