x86_64::instructions::port

Type Alias PortWriteOnly

Source
pub type PortWriteOnly<T> = PortGeneric<T, WriteOnlyAccess>;
Expand description

A write-only I/O port.

Aliased Typeยง

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