Enum pscontroller_rs::MultitapPort [] [src]

pub enum MultitapPort {
    A,
    B,
    C,
    D,
    X,
}

The active port to set on the Multitap

Variants

The first port on the multi-tap and also the port when no tap is present

The second port on the multi-top

The third port on the multi-top

The fourth port on the multi-top

This may be for the multitap itself

Trait Implementations

impl Clone for MultitapPort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MultitapPort

impl Sync for MultitapPort