Enum openzwave_sys::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
[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