Enum openzwave_sys::notification::ControllerError
[−]
[src]
pub enum ControllerError { None, ButtonNotFound, NodeNotFound, NotBridge, NotSUC, NotSecondary, NotPrimary, IsPrimary, NotFound, Busy, Failed, Disabled, Overflow, }
Variants
None
ButtonNotFound
NodeNotFound
NotBridge
NotSUC
NotSecondary
NotPrimary
IsPrimary
NotFound
Busy
Failed
Disabled
Overflow
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