pub enum MacEvent<'a> {
Show 25 variants
MlmeAssociateCnf(&'a AssociateConfirm),
MlmeDisassociateCnf(&'a DisassociateConfirm),
MlmeGetCnf(&'a GetConfirm),
MlmeGtsCnf(&'a GtsConfirm),
MlmeResetCnf(&'a ResetConfirm),
MlmeRxEnableCnf(&'a RxEnableConfirm),
MlmeScanCnf(&'a ScanConfirm),
MlmeSetCnf(&'a SetConfirm),
MlmeStartCnf(&'a StartConfirm),
MlmePollCnf(&'a PollConfirm),
MlmeDpsCnf(&'a DpsConfirm),
MlmeSoundingCnf(&'a SoundingConfirm),
MlmeCalibrateCnf(&'a CalibrateConfirm),
McpsDataCnf(&'a DataConfirm),
McpsPurgeCnf(&'a PurgeConfirm),
MlmeAssociateInd(&'a AssociateIndication),
MlmeDisassociateInd(&'a DisassociateIndication),
MlmeBeaconNotifyInd(&'a BeaconNotifyIndication),
MlmeCommStatusInd(&'a CommStatusIndication),
MlmeGtsInd(&'a GtsIndication),
MlmeOrphanInd(&'a OrphanIndication),
MlmeSyncLossInd(&'a SyncLossIndication),
MlmeDpsInd(&'a DpsIndication),
McpsDataInd(&'a DataIndication),
MlmePollInd(&'a PollIndication),
}
Variants§
MlmeAssociateCnf(&'a AssociateConfirm)
MlmeDisassociateCnf(&'a DisassociateConfirm)
MlmeGetCnf(&'a GetConfirm)
MlmeGtsCnf(&'a GtsConfirm)
MlmeResetCnf(&'a ResetConfirm)
MlmeRxEnableCnf(&'a RxEnableConfirm)
MlmeScanCnf(&'a ScanConfirm)
MlmeSetCnf(&'a SetConfirm)
MlmeStartCnf(&'a StartConfirm)
MlmePollCnf(&'a PollConfirm)
MlmeDpsCnf(&'a DpsConfirm)
MlmeSoundingCnf(&'a SoundingConfirm)
MlmeCalibrateCnf(&'a CalibrateConfirm)
McpsDataCnf(&'a DataConfirm)
McpsPurgeCnf(&'a PurgeConfirm)
MlmeAssociateInd(&'a AssociateIndication)
MlmeDisassociateInd(&'a DisassociateIndication)
MlmeBeaconNotifyInd(&'a BeaconNotifyIndication)
MlmeCommStatusInd(&'a CommStatusIndication)
MlmeGtsInd(&'a GtsIndication)
MlmeOrphanInd(&'a OrphanIndication)
MlmeSyncLossInd(&'a SyncLossIndication)
MlmeDpsInd(&'a DpsIndication)
McpsDataInd(&'a DataIndication)
MlmePollInd(&'a PollIndication)
Trait Implementations§
impl<'a> Send for MacEvent<'a>
Auto Trait Implementations§
impl<'a> Freeze for MacEvent<'a>
impl<'a> RefUnwindSafe for MacEvent<'a>
impl<'a> !Sync for MacEvent<'a>
impl<'a> Unpin for MacEvent<'a>
impl<'a> UnwindSafe for MacEvent<'a>
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