Skip to main content

Instance

Trait Instance 

Source
pub trait Instance<const NUM: u8>: Sealed { }
Expand description

A software interrupt instance.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl Instance<0> for FROM_CPU_INTR0<'_>

Available on crate feature unstable only.
Source§

impl Instance<1> for FROM_CPU_INTR1<'_>

Available on crate feature unstable only.
Source§

impl Instance<2> for FROM_CPU_INTR2<'_>

Available on crate feature unstable only.
Source§

impl Instance<3> for FROM_CPU_INTR3<'_>

Available on crate feature unstable only.