Enum pscontroller_rs::MultitapPort
[−]
[src]
pub enum MultitapPort { A, B, C, D, X, }
The active port to set on the Multitap
Variants
A
The first port on the multi-tap and also the port when no tap is present
B
The second port on the multi-top
C
The third port on the multi-top
D
The fourth port on the multi-top
X
This may be for the multitap itself
Trait Implementations
impl Clone for MultitapPort
[src]
fn clone(&self) -> MultitapPort
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more