Enum pscontroller_rs::MultitapPort[][src]

pub enum MultitapPort {
    A,
    B,
    C,
    D,
    M,
    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

Some unknown id when booting the PS2. Memory card?

This may be for the multitap itself

Trait Implementations

impl Clone for MultitapPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MultitapPort
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations