Enum openzwave_sys::manager::ControllerInterface [] [src]

pub enum ControllerInterface {
    ControllerInterface_Unknown,
    ControllerInterface_Serial,
    ControllerInterface_Hid,
}

Variants

ControllerInterface_UnknownControllerInterface_SerialControllerInterface_Hid

Trait Implementations

impl Debug for ControllerInterface
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.