Struct esp32_hal::dma::pdma::I2s0DmaSuitablePeripheral
source · pub struct I2s0DmaSuitablePeripheral {}
Trait Implementations§
impl I2s0Peripheral for I2s0DmaSuitablePeripheral
impl I2sPeripheral for I2s0DmaSuitablePeripheral
impl PeripheralMarker for I2s0DmaSuitablePeripheral
Auto Trait Implementations§
impl RefUnwindSafe for I2s0DmaSuitablePeripheral
impl Send for I2s0DmaSuitablePeripheral
impl Sync for I2s0DmaSuitablePeripheral
impl Unpin for I2s0DmaSuitablePeripheral
impl UnwindSafe for I2s0DmaSuitablePeripheral
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