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