Searched defs:PortId (Results 1 – 2 of 2) sorted by relevance
6 PortId = collections.namedtuple('PortId', ['bus', 'port_number']) variable
217 struct PortId(Mutex<u8>); struct219 impl PortId { implementation