pub enum ZWaveMsg_ZWaveOperations {
UNDEF = 0,
SEND = 1,
ADDNODE = 2,
REMOVENODE = 3,
SETDEFAULT = 4,
LIST = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for ZWaveMsg_ZWaveOperations
impl Clone for ZWaveMsg_ZWaveOperations
Source§fn clone(&self) -> ZWaveMsg_ZWaveOperations
fn clone(&self) -> ZWaveMsg_ZWaveOperations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ZWaveMsg_ZWaveOperations
impl Debug for ZWaveMsg_ZWaveOperations
Source§impl Default for ZWaveMsg_ZWaveOperations
impl Default for ZWaveMsg_ZWaveOperations
Source§impl Hash for ZWaveMsg_ZWaveOperations
impl Hash for ZWaveMsg_ZWaveOperations
Source§impl PartialEq for ZWaveMsg_ZWaveOperations
impl PartialEq for ZWaveMsg_ZWaveOperations
Source§impl ProtobufEnum for ZWaveMsg_ZWaveOperations
impl ProtobufEnum for ZWaveMsg_ZWaveOperations
Source§fn from_i32(value: i32) -> Option<ZWaveMsg_ZWaveOperations>
fn from_i32(value: i32) -> Option<ZWaveMsg_ZWaveOperations>
Try to create an enum from
i32
value.
Return None
if value is unknown.Source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
Source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
Source§impl ProtobufValue for ZWaveMsg_ZWaveOperations
impl ProtobufValue for ZWaveMsg_ZWaveOperations
Source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
Source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
Source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for ZWaveMsg_ZWaveOperations
impl Eq for ZWaveMsg_ZWaveOperations
impl StructuralPartialEq for ZWaveMsg_ZWaveOperations
Auto Trait Implementations§
impl Freeze for ZWaveMsg_ZWaveOperations
impl RefUnwindSafe for ZWaveMsg_ZWaveOperations
impl Send for ZWaveMsg_ZWaveOperations
impl Sync for ZWaveMsg_ZWaveOperations
impl Unpin for ZWaveMsg_ZWaveOperations
impl UnwindSafe for ZWaveMsg_ZWaveOperations
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more