Struct esp32c6_hal::gpio::etm::GpioEtmEventChannelAny
source · #[non_exhaustive]pub struct GpioEtmEventChannelAny<'d, PIN, const C: u8>where
PIN: Pin,{ /* private fields */ }
Expand description
Event for any edge
Auto Trait Implementations§
impl<'d, PIN, const C: u8> RefUnwindSafe for GpioEtmEventChannelAny<'d, PIN, C>where PIN: RefUnwindSafe,
impl<'d, PIN, const C: u8> Send for GpioEtmEventChannelAny<'d, PIN, C>where PIN: Send,
impl<'d, PIN, const C: u8> Sync for GpioEtmEventChannelAny<'d, PIN, C>where PIN: Sync,
impl<'d, PIN, const C: u8> Unpin for GpioEtmEventChannelAny<'d, PIN, C>where PIN: Unpin,
impl<'d, PIN, const C: u8> !UnwindSafe for GpioEtmEventChannelAny<'d, PIN, C>
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