Struct tessel::Port [] [src]

pub struct Port {
    // some fields omitted
}

A Port is a model of the Tessel hardware ports.

Example

use tessel::Port;

Methods

impl Port
[src]