Struct r3::kernel::InterruptHandler[][src]

pub struct InterruptHandler<System>(_);
Expand description

Represents a registered (second-level) interrupt handler in a system.

There are no operations defined for interrupt handlers, so this type is only used for static configuration.

Implementations

Construct a CfgInterruptHandlerBuilder to register an interrupt handler in a configuration function.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.