Enum openzwave::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_BoolValueType_ByteValueType_DecimalValueType_IntValueType_ListValueType_ScheduleValueType_ShortValueType_StringValueType_ButtonValueType_RawTrait Implementations
impl Copy for ValueType
impl Clone for ValueType
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<ValueType> for ValueType
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) -> bool1.0.0
This method tests for !=.
impl Debug for ValueType
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.