[][src]Module x86_64::structures::port

Traits for accessing I/O ports.

Traits

PortRead

A helper trait that implements the read port operation.

PortReadWrite

A helper trait that implements the read/write port operations.

PortWrite

A helper trait that implements the write port operation.