pub struct Rx<I2C> { /* private fields */ }
Trait Implementations§
Source§impl<I2C: Instance> PeriAddress for Rx<I2C>
impl<I2C: Instance> PeriAddress for Rx<I2C>
impl<I2C, STREAM, const CHANNEL: u8> DMASet<STREAM, CHANNEL, PeripheralToMemory> for Rx<I2C>where
I2C: DMASet<STREAM, CHANNEL, PeripheralToMemory>,
Auto Trait Implementations§
impl<I2C> Freeze for Rx<I2C>
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§
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