pub enum CommandClass {
DiscoveryCommand = 16,
DiscoveryCommandResponse = 17,
GetCommand = 32,
GetCommandResponse = 33,
SetCommand = 48,
SetCommandResponse = 49,
}
Variants§
DiscoveryCommand = 16
DiscoveryCommandResponse = 17
GetCommand = 32
GetCommandResponse = 33
SetCommand = 48
SetCommandResponse = 49
Trait Implementations§
Source§impl Clone for CommandClass
impl Clone for CommandClass
Source§fn clone(&self) -> CommandClass
fn clone(&self) -> CommandClass
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 CommandClass
impl Debug for CommandClass
Source§impl PartialEq for CommandClass
impl PartialEq for CommandClass
Source§impl TryFrom<u8> for CommandClass
impl TryFrom<u8> for CommandClass
impl Copy for CommandClass
impl StructuralPartialEq for CommandClass
Auto Trait Implementations§
impl Freeze for CommandClass
impl RefUnwindSafe for CommandClass
impl Send for CommandClass
impl Sync for CommandClass
impl Unpin for CommandClass
impl UnwindSafe for CommandClass
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