#[repr(u8)]pub enum CEMIMessageCode {
Show 23 variants
LBusmonInd = 43,
LDataReq = 17,
LDataCon = 46,
LDataInd = 41,
LRawReq = 16,
LRawInd = 45,
LRawCon = 47,
LPollDataReq = 19,
LPollDataCon = 37,
TDataConnectedReq = 65,
TDataConnectedInd = 137,
TDataIndividualReq = 74,
TDataIndividualInd = 148,
MPropReadReq = 252,
MPropReadCon = 251,
MPropWriteReq = 246,
MPropWriteCon = 245,
MPropInfoInd = 247,
MFuncPropCommandReq = 248,
MFuncPropStateReq = 249,
MFuncPropCommandCon = 250,
MResetReq = 241,
MResetInd = 240,
}Variants§
LBusmonInd = 43
LDataReq = 17
LDataCon = 46
LDataInd = 41
LRawReq = 16
LRawInd = 45
LRawCon = 47
LPollDataReq = 19
LPollDataCon = 37
TDataConnectedReq = 65
TDataConnectedInd = 137
TDataIndividualReq = 74
TDataIndividualInd = 148
MPropReadReq = 252
MPropReadCon = 251
MPropWriteReq = 246
MPropWriteCon = 245
MPropInfoInd = 247
MFuncPropCommandReq = 248
MFuncPropStateReq = 249
MFuncPropCommandCon = 250
MResetReq = 241
MResetInd = 240
Trait Implementations§
Source§impl Clone for CEMIMessageCode
impl Clone for CEMIMessageCode
Source§fn clone(&self) -> CEMIMessageCode
fn clone(&self) -> CEMIMessageCode
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 moreimpl Copy for CEMIMessageCode
Auto Trait Implementations§
impl Freeze for CEMIMessageCode
impl RefUnwindSafe for CEMIMessageCode
impl Send for CEMIMessageCode
impl Sync for CEMIMessageCode
impl Unpin for CEMIMessageCode
impl UnwindSafe for CEMIMessageCode
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