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