[][src]Module sunrise_libuser::io

The IO interface

Stolen from Redox 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).