Enum openzwave_sys::notification::NotificationCode
[−]
[src]
pub enum NotificationCode { MsgComplete, Timeout, NoOperation, Awake, Sleep, Dead, Alive, }
Variants
MsgComplete
Timeout
NoOperation
Awake
Sleep
Dead
Alive
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