pub struct Tx<I2C> { /* private fields */ }
Trait Implementations§
Source§impl<I2C: Instance> PeriAddress for Tx<I2C>
impl<I2C: Instance> PeriAddress for Tx<I2C>
impl<I2C, STREAM, const CHANNEL: u8> DMASet<STREAM, CHANNEL, MemoryToPeripheral> for Tx<I2C>where
I2C: DMASet<STREAM, CHANNEL, MemoryToPeripheral>,
Auto Trait Implementations§
impl<I2C> Freeze for Tx<I2C>
impl<I2C> RefUnwindSafe for Tx<I2C>where
I2C: RefUnwindSafe,
impl<I2C> Send for Tx<I2C>where
I2C: Send,
impl<I2C> Sync for Tx<I2C>where
I2C: Sync,
impl<I2C> Unpin for Tx<I2C>where
I2C: Unpin,
impl<I2C> UnwindSafe for Tx<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