Module x86_64::instructions::port

source ·
Expand description

Access to I/O ports

Re-exports

  • pub use crate::structures::port::PortRead;
  • pub use crate::structures::port::PortWrite;

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