pub struct Uart2RxBuilder {
pub base: UartBase<USART2>,
pub rx: Uart2Rx,
pub rts: Option<Uart2Rts>,
}Expand description
uart2 rx builder
Fields§
§base: UartBase<USART2>uart2 base device
rx: Uart2Rxrx pin
rts: Option<Uart2Rts>use rts
Implementations§
Source§impl Uart2RxBuilder
custom method
impl Uart2RxBuilder
custom method
Auto Trait Implementations§
impl Freeze for Uart2RxBuilder
impl RefUnwindSafe for Uart2RxBuilder
impl Send for Uart2RxBuilder
impl Sync for Uart2RxBuilder
impl Unpin for Uart2RxBuilder
impl UnwindSafe for Uart2RxBuilder
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