Enum openzwave::notification::NotificationCode  
                   
                       [−]
                   
               [src]
pub enum NotificationCode {
    MsgComplete,
    Timeout,
    NoOperation,
    Awake,
    Sleep,
    Dead,
    Alive,
}Variants
MsgCompleteTimeoutNoOperationAwakeSleepDeadAliveMethods
impl NotificationCode
fn from_u8(value: u8) -> Option<NotificationCode>
Trait Implementations
impl Copy for NotificationCode
impl Clone for NotificationCode
fn clone(&self) -> NotificationCode
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 NotificationCode
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.