pub type Port<T> = PortGeneric<T, ReadWriteAccess>;
Expand description
A read-write I/O port.
Aliased Typeยง
struct Port<T> { /* private fields */ }
pub type Port<T> = PortGeneric<T, ReadWriteAccess>;
A read-write I/O port.
struct Port<T> { /* private fields */ }