Enum openzwave::notification::ControllerState
[−]
[src]
pub enum ControllerState { Normal, Starting, Cancel, Error, Waiting, Sleeping, InProgress, Completed, Failed, NodeOK, NodeFailed, }
Variants
Normal
Starting
Cancel
Error
Waiting
Sleeping
InProgress
Completed
Failed
NodeOK
NodeFailed
Methods
impl ControllerState
fn from_u8(value: u8) -> Option<ControllerState>
Trait Implementations
impl Copy for ControllerState
impl Clone for ControllerState
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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.