pub struct LockedIrqData(_);
Expand description

Wraps the kernel’s struct irq_data when it is locked.

Being locked allows additional operations to be performed on the data.

Implementations

Sets the high-level irq flow handler to the builtin one for level-triggered irqs.

Sets the high-level irq flow handler to the builtin one for edge-triggered irqs.

Sets the high-level irq flow handler to the builtin one for bad irqs.

Methods from Deref<Target = IrqData>

Returns the hardware irq number.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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.