Enum dynamixel::CommunicationError [] [src]

pub enum CommunicationError {
    TimedOut,
    UnsupportedBaud(BaudRate),
    Other,
}

An Error originating from an Interface

Variants

Trait Implementations

impl Debug for CommunicationError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CommunicationError
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for CommunicationError
[src]

impl Clone for CommunicationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CommunicationError
[src]