Enum ur20::ModuleCategory [] [src]

pub enum ModuleCategory {
    DI,
    DO,
    AI,
    AO,
    CNT,
    PWM,
    RTD,
    TC,
    COM,
    RO,
}

Variants

Trait Implementations

impl Debug for ModuleCategory
[src]

Formats the value using the given formatter.

impl Clone for ModuleCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModuleCategory
[src]

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

This method tests for !=.

impl FromStr for ModuleCategory
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more