pub struct Uart4Builder {
pub base: UartBase<UART4>,
pub tx: PC10,
pub rx: PC11,
}Expand description
uart4 builder
Fields§
§base: UartBase<UART4>uart4 base device
tx: PC10tx pin
rx: PC11rx pin
Implementations§
Source§impl Uart4Builder
custom method
impl Uart4Builder
custom method
Auto Trait Implementations§
impl Freeze for Uart4Builder
impl RefUnwindSafe for Uart4Builder
impl Send for Uart4Builder
impl Sync for Uart4Builder
impl Unpin for Uart4Builder
impl UnwindSafe for Uart4Builder
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