x86_64::instructions::port

Type Alias PortReadOnly

Source
pub type PortReadOnly<T> = PortGeneric<T, ReadOnlyAccess>;
Expand description

A read-only I/O port.

Aliased Typeยง

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