Enum ur20::ConnectionType[][src]

pub enum ConnectionType {
    TwoWire,
    ThreeWire,
    FourWire,
}

Describes how the resistor is physically conneted.

Variants

Trait Implementations

impl Debug for ConnectionType
[src]

Formats the value using the given formatter. Read more

impl Clone for ConnectionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConnectionType
[src]

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

This method tests for !=.

impl Eq for ConnectionType
[src]

Auto Trait Implementations