Struct stm32f412g::usart::RxDMA
source · pub struct RxDMA<'a, DMA>(pub &'a Stream<'a, DMA>)
where
DMA: StreamServer<'a>;
Tuple Fields§
§0: &'a Stream<'a, DMA>
Auto Trait Implementations§
impl<'a, DMA> Freeze for RxDMA<'a, DMA>
impl<'a, DMA> !RefUnwindSafe for RxDMA<'a, DMA>
impl<'a, DMA> !Send for RxDMA<'a, DMA>
impl<'a, DMA> !Sync for RxDMA<'a, DMA>
impl<'a, DMA> Unpin for RxDMA<'a, DMA>
impl<'a, DMA> !UnwindSafe for RxDMA<'a, DMA>
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