Enum clerk::Direction [] [src]

pub enum Direction {
    In,
    Out,
}

Enumeration of possible data directions of a pin.

Variants