Enum openzwave_sys::notification::NotificationCode [] [src]

pub enum NotificationCode {
    MsgComplete,
    Timeout,
    NoOperation,
    Awake,
    Sleep,
    Dead,
    Alive,
}

Variants

MsgCompleteTimeoutNoOperationAwakeSleepDeadAlive

Methods

impl NotificationCode
[src]

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

Trait Implementations

impl Copy for NotificationCode
[src]

impl Clone for NotificationCode
[src]

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

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

Formats the value using the given formatter.

impl Display for NotificationCode
[src]

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

Formats the value using the given formatter.