Struct esp32c3_hal::dma::gdma::SuitablePeripheral2
source · #[non_exhaustive]pub struct SuitablePeripheral2 {}
Trait Implementations§
impl AesPeripheral for SuitablePeripheral2
impl I2s0Peripheral for SuitablePeripheral2
impl I2s1Peripheral for SuitablePeripheral2
impl I2sPeripheral for SuitablePeripheral2
impl PeripheralMarker for SuitablePeripheral2
impl Spi2Peripheral for SuitablePeripheral2
impl SpiPeripheral for SuitablePeripheral2
Auto Trait Implementations§
impl RefUnwindSafe for SuitablePeripheral2
impl Send for SuitablePeripheral2
impl Sync for SuitablePeripheral2
impl Unpin for SuitablePeripheral2
impl UnwindSafe for SuitablePeripheral2
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