Enum openzwave_sys::notification::ControllerError [] [src]

pub enum ControllerError {
    None,
    ButtonNotFound,
    NodeNotFound,
    NotBridge,
    NotSUC,
    NotSecondary,
    NotPrimary,
    IsPrimary,
    NotFound,
    Busy,
    Failed,
    Disabled,
    Overflow,
}

Variants

NoneButtonNotFoundNodeNotFoundNotBridgeNotSUCNotSecondaryNotPrimaryIsPrimaryNotFoundBusyFailedDisabledOverflow

Methods

impl ControllerError
[src]

fn from_u8(value: u8) -> Option<ControllerError>

Trait Implementations

impl Copy for ControllerError
[src]

impl Clone for ControllerError
[src]

fn clone(&self) -> ControllerError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for ControllerError
[src]

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

Formats the value using the given formatter.

impl Display for ControllerError
[src]

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

Formats the value using the given formatter.