pub struct MMType(pub u16);Tuple Fields§
§0: u16Implementations§
Source§impl MMType
impl MMType
pub const CC_CCO_APPOINT: MMType
pub const CC_BACKUP_APPOINT: MMType
pub const CC_LINK_INFO: MMType
pub const CC_HANDOVER: MMType
pub const CC_HANDOVER_INFO: MMType
pub const CC_DISCOVER_LIST: MMType
pub const CC_LINK_NEW: MMType
pub const CC_LINK_MOD: MMType
pub const CC_LINK_SQZ: MMType
pub const CC_LINK_REL: MMType
pub const CC_DETECT_REPORT: MMType
pub const CC_WHO_RU: MMType
pub const CC_ASSOC: MMType
pub const CC_LEAVE: MMType
pub const CC_SET_TEI_MAP: MMType
pub const CC_RELAY: MMType
pub const CC_BEACON_RELIABILITY: MMType
pub const CC_ALLOC_MOVE: MMType
pub const CC_ACCESS_NEW: MMType
pub const CC_ACCESS_REL: MMType
pub const CC_DCPPC: MMType
pub const CC_HP1_DET: MMType
pub const CC_BLE_UPDATE: MMType
pub const CC_BCAST_REPEAT: MMType
pub const CC_MH_LINK_NEW: MMType
pub const CC_ISP_DETECTION_REPORT: MMType
pub const CC_ISP_START_RESYNC: MMType
pub const CC_ISP_FINISH_RESYNC: MMType
pub const CC_ISP_RESYNC_DETECTED: MMType
pub const CC_ISP_RESYNC_TRANSMIT: MMType
pub const CC_POWERSAVE: MMType
pub const CC_POWERSAVE_EXIT: MMType
pub const CC_POWERSAVE_LIST: MMType
pub const CC_STOP_POWERSAVE: MMType
pub const CP_PROXY_APPOINT: MMType
pub const PH_PROXY_APPOINT: MMType
pub const CP_PROXY_WAKE: MMType
pub const NN_INL: MMType
pub const NN_NEW_NET: MMType
pub const NN_ADD_ALLOC: MMType
pub const NN_REL_ALLOC: MMType
pub const NN_REL_NET: MMType
pub const CM_UNASSOCIATED_STA: MMType
pub const CM_ENCRYPTED_PAYLOAD: MMType
pub const CM_SET_KEY: MMType
pub const CM_GET_KEY: MMType
pub const CM_SC_JOIN: MMType
pub const CM_CHAN_EST: MMType
pub const CM_TM_UPDATE: MMType
pub const CM_AMP_MAP: MMType
pub const CM_BRG_INFO: MMType
pub const CM_CONN_NEW: MMType
pub const CM_CONN_REL: MMType
pub const CM_CONN_MOD: MMType
pub const CM_CONN_INFO: MMType
pub const CM_STA_CAP: MMType
pub const CM_NW_INFO: MMType
pub const CM_GET_BEACON: MMType
pub const CM_HFID: MMType
pub const CM_MME_ERROR: MMType
pub const CM_NW_STATS: MMType
pub const CM_LINK_STATS: MMType
pub const CM_ROUTE_INFO: MMType
pub const CM_UNREACHABLE: MMType
pub const CM_MH_CONN_NEW: MMType
pub const CM_EXTENDEDTONEMASK: MMType
pub const CM_STA_IDENTIFY: MMType
pub const CM_TRIGGER_ATTEN_CHAR: MMType
pub const CM_START_ATTEN_CHAR: MMType
pub const CM_ATTEN_CHAR: MMType
pub const CM_PKCS_CERT: MMType
pub const CM_MNBC_SOUND: MMType
pub const CM_VALIDATE: MMType
pub const CM_SLAC_MATCH: MMType
pub const CM_SLAC_USER_DATA: MMType
pub const CM_ATTEN_PROFILE: MMType
pub const fn from_le_bytes(value: [u8; 2]) -> Self
pub fn base(&self) -> Self
pub fn code(&self) -> MMTypeCode
pub const fn req(&self) -> Self
pub const fn cnf(&self) -> Self
pub const fn ind(&self) -> Self
pub const fn rsp(&self) -> Self
pub const fn value(&self) -> u16
pub const fn to_le_bytes(&self) -> [u8; 2]
pub const fn is_vendor(&self) -> bool
Trait Implementations§
impl Copy for MMType
impl Eq for MMType
impl StructuralPartialEq for MMType
Auto Trait Implementations§
impl Freeze for MMType
impl RefUnwindSafe for MMType
impl Send for MMType
impl Sync for MMType
impl Unpin for MMType
impl UnwindSafe for MMType
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