Trait rstubs::arch::int::ioapic::Register

source ·
trait Register: From<u32> + Into<u32> { }
Expand description

An APIC register that can be read/written to IOWIN.

Object Safety§

This trait is not object safe.

Implementors§