Struct tessel::PortGroup
[−]
[src]
pub struct PortGroup {
pub a: Port,
pub b: Port,
}A PortGroup is a simple way to access each port through its letter identifier.
Fields
a: Port
b: Port