Module x86_64::instructions::port
source · Expand description
Access to I/O ports
Re-exports
Structs
- An I/O port.
- An access marker type indicating that a port is only allowed to read values.
- An access marker type indicating that a port is allowed to read or write values.
- An access marker type indicating that a port is only allowed to write values.
Traits
- A marker trait for access types which allow reading port values.
- A marker trait for access types which allow writing port values.
Type Aliases
- A read-write I/O port.
- A read-only I/O port.
- A write-only I/O port.