Trait x86_64::instructions::port::PortReadAccess[][src]

pub trait PortReadAccess: Access { }
Expand description

A marker trait for access types which allow reading port values.

Implementors