Trait x86_64::instructions::port::PortReadAccess
source · pub trait PortReadAccess: Access { }
Expand description
A marker trait for access types which allow reading port values.
Object Safety§
This trait is not object safe.