Enum huber_pilot_one::Address [] [src]

pub enum Address {
    SetpointTempControl,
    InternalTemp,
    ErrorReport,
    WarningMessage,
    SetProcessTemp,
    TempControlMode,
    TempControl,
    OperationLock,
    ProcessTempActualSettingMode,
}

Variants

Setpoint temperature controller

Internal temperature

Error report

Warning message

Setting process temperature

Temperature control mode

Temperature control

Operating lock

Process temperature actual value setting mode

Trait Implementations

impl Debug for Address
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Address
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Address
[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 Address
[src]

impl Into<u8> for Address
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Address

impl Sync for Address