Enum openzwave_sys::value_classes::value_id::ValueType
[−]
[src]
pub enum ValueType { ValueType_Bool, ValueType_Byte, ValueType_Decimal, ValueType_Int, ValueType_List, ValueType_Schedule, ValueType_Short, ValueType_String, ValueType_Button, ValueType_Raw, }
Variants
ValueType_Bool
ValueType_Byte
ValueType_Decimal
ValueType_Int
ValueType_List
ValueType_Schedule
ValueType_Short
ValueType_String
ValueType_Button
ValueType_Raw
Trait Implementations
impl Copy for ValueType
[src]
impl Clone for ValueType
[src]
fn clone(&self) -> ValueType
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 PartialEq for ValueType
[src]
fn eq(&self, __arg_0: &ValueType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.