Enum ur20::AnalogIRange [] [src]

pub enum AnalogIRange {
    mA0To20,
    mA4To20,
    Disabled,
}

Analog input or output range (current only).

Variants

0mA ... 20mA

4mA ... 20mA

Disabled channel.

Trait Implementations

impl Debug for AnalogIRange
[src]

[src]

Formats the value using the given formatter.

impl Clone for AnalogIRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AnalogIRange
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for AnalogIRange
[src]