Enum openzwave_sys::notification::ControllerState [] [src]

pub enum ControllerState {
    Normal,
    Starting,
    Cancel,
    Error,
    Waiting,
    Sleeping,
    InProgress,
    Completed,
    Failed,
    NodeOK,
    NodeFailed,
}

Variants

NormalStartingCancelErrorWaitingSleepingInProgressCompletedFailedNodeOKNodeFailed

Methods

impl ControllerState
[src]

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

Trait Implementations

impl Copy for ControllerState
[src]

impl Clone for ControllerState
[src]

fn clone(&self) -> ControllerState

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 ControllerState
[src]

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

Formats the value using the given formatter.

impl Display for ControllerState
[src]

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

Formats the value using the given formatter.