pub struct InterruptLineDefiner<System>where
    System: KernelInterruptLine,
{ /* private fields */ }
Expand description

The definer (static builder) for InterruptLine.

Implementations

[Required] Specify the interrupt line to confiigure.

Specify the initial priority.

Specify whether the interrupt linie should be enabled at system startup. Defaults to false (disabled).

Complete the configuration of an interrupt line, returning an InterruptLine object.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.