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

Wraps the kernel’s struct irq_domain.

Invariants

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

Implementations

Invokes the chained handler of the given hw irq of the given domain.

It requires evidence that chained_irq_enter was called, which is done by passing a ChainedGuard instance.

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.