Enum dynamixel::ServoInfo [] [src]

pub enum ServoInfo {
    Protocol1(ServoInfo),
    Protocol2(ServoInfo),
}

All information needed to connect to a servo

Variants

Trait Implementations

impl Debug for ServoInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ServoInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more