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