Enum tmcl::ErrStatus [] [src]

pub enum ErrStatus {
    WrongChecksum,
    InvalidCommand,
    WrongType,
    InvalidValue,
    EEPROMLocked,
    CommandNotAvailable,
}

A Status that indicate an Error has occured.

Variants

Wrong checksum

Invalid command

Wrong type

Invalid value

Configuration EEPROM locked

Command not available

Trait Implementations

impl Debug for ErrStatus
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ErrStatus
[src]

impl<T> From<ErrStatus> for Error<T>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrStatus

impl Sync for ErrStatus