Enum dynamixel::BaudRate [] [src]

pub enum BaudRate {
    Baud9600,
    Baud19200,
    Baud57600,
    Baud115200,
    Baud200000,
    Baud250000,
    Baud400000,
    Baud500000,
    Baud1000000,
    Baud2000000,
    Baud3000000,
    Baud4000000,
    Baud4500000,
    Baud10500000,
}

Baud rates the interface should support

May be extended and must not be matched against exhaustively.

Variants

Baud rate of 9600

Baudaud rate of 19 200

Baudaud rate of 57 600

Baudaud rate of 115 200

Baudaud rate of 200 000

Baudaud rate of 250 000

Baudaud rate of 400 000

Baudaud rate of 500 000

Baudaud rate of 1 000 000

Baudaud rate of 2 000 000

Baudaud rate of 3 000 000

Baudaud rate of 4 000 000

Baudaud rate of 4 500 000

Baudaud rate of 10 500 000

Trait Implementations

impl Debug for BaudRate
[src]

[src]

Formats the value using the given formatter.

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

impl Clone for BaudRate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BaudRate
[src]