pub struct Descriptor { /* private fields */ }
Expand description

Wraps the kernel’s struct irq_desc.

Invariants

The pointer Descriptor::ptr is non-null and valid.

Implementations

Calls chained_irq_enter and returns a guard that calls chained_irq_exit once dropped.

It is meant to be used by chained irq handlers to dispatch irqs to the next handlers.

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.