MMType

Struct MMType 

Source
pub struct MMType(pub u16);

Tuple Fields§

§0: u16

Implementations§

Source§

impl MMType

Source

pub const CC_CCO_APPOINT: MMType

Source

pub const CC_BACKUP_APPOINT: MMType

Source

pub const CC_HANDOVER: MMType

Source

pub const CC_HANDOVER_INFO: MMType

Source

pub const CC_DISCOVER_LIST: MMType

Source

pub const CC_DETECT_REPORT: MMType

Source

pub const CC_WHO_RU: MMType

Source

pub const CC_ASSOC: MMType

Source

pub const CC_LEAVE: MMType

Source

pub const CC_SET_TEI_MAP: MMType

Source

pub const CC_RELAY: MMType

Source

pub const CC_BEACON_RELIABILITY: MMType

Source

pub const CC_ALLOC_MOVE: MMType

Source

pub const CC_ACCESS_NEW: MMType

Source

pub const CC_ACCESS_REL: MMType

Source

pub const CC_DCPPC: MMType

Source

pub const CC_HP1_DET: MMType

Source

pub const CC_BLE_UPDATE: MMType

Source

pub const CC_BCAST_REPEAT: MMType

Source

pub const CC_ISP_DETECTION_REPORT: MMType

Source

pub const CC_ISP_START_RESYNC: MMType

Source

pub const CC_ISP_FINISH_RESYNC: MMType

Source

pub const CC_ISP_RESYNC_DETECTED: MMType

Source

pub const CC_ISP_RESYNC_TRANSMIT: MMType

Source

pub const CC_POWERSAVE: MMType

Source

pub const CC_POWERSAVE_EXIT: MMType

Source

pub const CC_POWERSAVE_LIST: MMType

Source

pub const CC_STOP_POWERSAVE: MMType

Source

pub const CP_PROXY_APPOINT: MMType

Source

pub const PH_PROXY_APPOINT: MMType

Source

pub const CP_PROXY_WAKE: MMType

Source

pub const NN_INL: MMType

Source

pub const NN_NEW_NET: MMType

Source

pub const NN_ADD_ALLOC: MMType

Source

pub const NN_REL_ALLOC: MMType

Source

pub const NN_REL_NET: MMType

Source

pub const CM_UNASSOCIATED_STA: MMType

Source

pub const CM_ENCRYPTED_PAYLOAD: MMType

Source

pub const CM_SET_KEY: MMType

Source

pub const CM_GET_KEY: MMType

Source

pub const CM_SC_JOIN: MMType

Source

pub const CM_CHAN_EST: MMType

Source

pub const CM_TM_UPDATE: MMType

Source

pub const CM_AMP_MAP: MMType

Source

pub const CM_BRG_INFO: MMType

Source

pub const CM_CONN_NEW: MMType

Source

pub const CM_CONN_REL: MMType

Source

pub const CM_CONN_MOD: MMType

Source

pub const CM_CONN_INFO: MMType

Source

pub const CM_STA_CAP: MMType

Source

pub const CM_NW_INFO: MMType

Source

pub const CM_GET_BEACON: MMType

Source

pub const CM_HFID: MMType

Source

pub const CM_MME_ERROR: MMType

Source

pub const CM_NW_STATS: MMType

Source

pub const CM_ROUTE_INFO: MMType

Source

pub const CM_UNREACHABLE: MMType

Source

pub const CM_MH_CONN_NEW: MMType

Source

pub const CM_EXTENDEDTONEMASK: MMType

Source

pub const CM_STA_IDENTIFY: MMType

Source

pub const CM_TRIGGER_ATTEN_CHAR: MMType

Source

pub const CM_START_ATTEN_CHAR: MMType

Source

pub const CM_ATTEN_CHAR: MMType

Source

pub const CM_PKCS_CERT: MMType

Source

pub const CM_MNBC_SOUND: MMType

Source

pub const CM_VALIDATE: MMType

Source

pub const CM_SLAC_MATCH: MMType

Source

pub const CM_SLAC_USER_DATA: MMType

Source

pub const CM_ATTEN_PROFILE: MMType

Source

pub const fn from_le_bytes(value: [u8; 2]) -> Self

Source

pub fn base(&self) -> Self

Source

pub fn code(&self) -> MMTypeCode

Source

pub const fn req(&self) -> Self

Source

pub const fn cnf(&self) -> Self

Source

pub const fn ind(&self) -> Self

Source

pub const fn rsp(&self) -> Self

Source

pub const fn value(&self) -> u16

Source

pub const fn to_le_bytes(&self) -> [u8; 2]

Source

pub const fn is_vendor(&self) -> bool

Trait Implementations§

Source§

impl Clone for MMType

Source§

fn clone(&self) -> MMType

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for MMType

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for MMType

Source§

fn eq(&self, other: &MMType) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for MMType

Source§

impl Eq for MMType

Source§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.