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