pub trait IoPortInt { // Required methods fn io_out(port: u16, val: Self); fn io_in(port: u16) -> Self; }