[−][src]Module sunrise_libutils::io
The IO interface
Stolen from Redox Io
Modules
| mmio | Wrapper around a mmio value |
| pio | Port Io |
Structs
| Mmio | A value that can only be accessed volatilely. |
| Pio | Port IO accessor. |
| ReadOnly | A read-only wrapper around an IO device. |
| WriteOnly | An Io that we can only write to. |
Traits
| Io | The Io trait allows for accessing device IO in a generic way, abstracting over different IO accesses (Port IO and Memory Mapped IO). |