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