Struct esp32_hal::dma::pdma::Spi3DmaSuitablePeripheral
source · #[non_exhaustive]pub struct Spi3DmaSuitablePeripheral {}
Trait Implementations§
impl PeripheralMarker for Spi3DmaSuitablePeripheral
impl Spi3Peripheral for Spi3DmaSuitablePeripheral
impl SpiPeripheral for Spi3DmaSuitablePeripheral
Auto Trait Implementations§
impl RefUnwindSafe for Spi3DmaSuitablePeripheral
impl Send for Spi3DmaSuitablePeripheral
impl Sync for Spi3DmaSuitablePeripheral
impl Unpin for Spi3DmaSuitablePeripheral
impl UnwindSafe for Spi3DmaSuitablePeripheral
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