pub struct Rx<I2C> { /* private fields */ }
Trait Implementations
sourceimpl<I2C: Instance> PeriAddress for Rx<I2C>
impl<I2C: Instance> PeriAddress for Rx<I2C>
impl DMASet<StreamX<DMA1, 0>, 1, PeripheralToMemory> for Rx<I2C1>
impl DMASet<StreamX<DMA1, 1>, 1, PeripheralToMemory> for Rx<I2C3>
impl DMASet<StreamX<DMA1, 2>, 3, PeripheralToMemory> for Rx<I2C3>
impl DMASet<StreamX<DMA1, 2>, 7, PeripheralToMemory> for Rx<I2C2>
impl DMASet<StreamX<DMA1, 5>, 1, PeripheralToMemory> for Rx<I2C1>
Auto Trait Implementations
impl<I2C> RefUnwindSafe for Rx<I2C>where
I2C: RefUnwindSafe,
impl<I2C> Send for Rx<I2C>where
I2C: Send,
impl<I2C> Sync for Rx<I2C>where
I2C: Sync,
impl<I2C> Unpin for Rx<I2C>where
I2C: Unpin,
impl<I2C> UnwindSafe for Rx<I2C>where
I2C: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more