pub struct Uart1RxBuilder {
pub base: UartBase<USART1>,
pub rx: Uart1Rx,
pub rts: Option<Uart1Rts>,
}Expand description
uart1 rx builder
Fields§
§base: UartBase<USART1>uart1 base data
rx: Uart1Rxrx pin
rts: Option<Uart1Rts>use rts
Implementations§
Source§impl Uart1RxBuilder
uart1 rx builder
impl Uart1RxBuilder
uart1 rx builder
Auto Trait Implementations§
impl Freeze for Uart1RxBuilder
impl RefUnwindSafe for Uart1RxBuilder
impl Send for Uart1RxBuilder
impl Sync for Uart1RxBuilder
impl Unpin for Uart1RxBuilder
impl UnwindSafe for Uart1RxBuilder
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