x86_64::instructions::port

Type Alias Port

Source
pub type Port<T> = PortGeneric<T, ReadWriteAccess>;
Expand description

A read-write I/O port.

Aliased Typeยง

struct Port<T> { /* private fields */ }