Struct embassy_stm32::exti::AnyChannel
source · pub struct AnyChannel { /* private fields */ }
Expand description
Type-erased (degraded) EXTI channel.
This represents ownership over any EXTI channel, known at runtime.
Trait Implementations§
source§impl Channel for AnyChannel
impl Channel for AnyChannel
source§impl Peripheral for AnyChannel
impl Peripheral for AnyChannel
§type P = AnyChannel
type P = AnyChannel
Peripheral singleton type
source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl Freeze for AnyChannel
impl RefUnwindSafe for AnyChannel
impl Send for AnyChannel
impl Sync for AnyChannel
impl Unpin for AnyChannel
impl UnwindSafe for AnyChannel
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