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