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