pub struct Uart3RxBuilder {
pub base: UartBase<USART3>,
pub rx: Uart3Rx,
pub rts: Option<Uart3Rts>,
}Expand description
uart3 rx builder
Fields§
§base: UartBase<USART3>uart3 base device
rx: Uart3Rxrx pin
rts: Option<Uart3Rts>use rts
Implementations§
Source§impl Uart3RxBuilder
custom method
impl Uart3RxBuilder
custom method
Auto Trait Implementations§
impl Freeze for Uart3RxBuilder
impl RefUnwindSafe for Uart3RxBuilder
impl Send for Uart3RxBuilder
impl Sync for Uart3RxBuilder
impl Unpin for Uart3RxBuilder
impl UnwindSafe for Uart3RxBuilder
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