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

Expand description

Traits for accessing I/O ports.

Traits

PortRead

A helper trait that implements the read port operation.

PortWrite

A helper trait that implements the write port operation.