#[repr(u8)]pub enum ResponseCommandClass {
DiscoveryCommandResponse = 17,
GetCommandResponse = 33,
SetCommandResponse = 49,
}
Variants§
Implementations§
Source§impl ResponseCommandClass
impl ResponseCommandClass
Sourcepub fn get_request_class(&self) -> RequestCommandClass
pub fn get_request_class(&self) -> RequestCommandClass
Returns the corresponding request class.
Trait Implementations§
Source§impl Clone for ResponseCommandClass
impl Clone for ResponseCommandClass
Source§fn clone(&self) -> ResponseCommandClass
fn clone(&self) -> ResponseCommandClass
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 ResponseCommandClass
impl Debug for ResponseCommandClass
Source§impl Format for ResponseCommandClass
impl Format for ResponseCommandClass
Source§impl PartialEq for ResponseCommandClass
impl PartialEq for ResponseCommandClass
Source§impl TryFrom<u8> for ResponseCommandClass
impl TryFrom<u8> for ResponseCommandClass
impl Copy for ResponseCommandClass
impl Eq for ResponseCommandClass
impl StructuralPartialEq for ResponseCommandClass
Auto Trait Implementations§
impl Freeze for ResponseCommandClass
impl RefUnwindSafe for ResponseCommandClass
impl Send for ResponseCommandClass
impl Sync for ResponseCommandClass
impl Unpin for ResponseCommandClass
impl UnwindSafe for ResponseCommandClass
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