Enum open_protocol::types::ControlDevice [] [src]

pub enum ControlDevice {
    Rc,
    MobileDevice,
    Onboard,
    Unknown,
}

Variants

Methods

impl ControlDevice
[src]

Trait Implementations

impl Debug for ControlDevice
[src]

Formats the value using the given formatter.

impl Clone for ControlDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ControlDevice
[src]

impl From<u8> for ControlDevice
[src]

Performs the conversion.