Enum open_protocol::types::RcGear [] [src]

#[repr(i16)]
pub enum RcGear { Down, Up, }

Variants

Trait Implementations

impl Debug for RcGear
[src]

Formats the value using the given formatter.

impl Copy for RcGear
[src]

impl Clone for RcGear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RcGear
[src]

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

This method tests for !=.

impl Default for RcGear
[src]

Returns the "default value" for a type. Read more

impl FromStr for RcGear
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Into<u32> for RcGear
[src]

Performs the conversion.

impl From<i16> for RcGear
[src]

Performs the conversion.