pub enum NestedSubIdShort {
Show 34 variants
TschSynchronization = 26,
TschSlotframeAndLink = 27,
TschTimeslot = 28,
HoppingTiming = 29,
EnhancedBeaconFilter = 30,
MacMetrics = 31,
AllMacMetrics = 32,
CoexistenceSpecification = 33,
SunDeviceCapabilities = 34,
SunFskGenericPhy = 35,
ModeSwitchParameter = 36,
PhyParameterChange = 37,
OQpskPhyMode = 38,
PcaAllocation = 39,
LecimDsssOperatingMode = 40,
LecimFskOperatingMode = 41,
TvwsPhyOperatingMode = 43,
TvwsDeviceCapabilities = 44,
TvwsDeviceCategory = 45,
TvwsDeviceIdentification = 46,
TvwsDeviceLocation = 47,
TvwsChannelInformationQuery = 48,
TvwsChannelInformationSource = 49,
Ctm = 50,
Timestamp = 51,
TimestampDifference = 52,
TmctpSpecification = 53,
RccPhyOperatingMode = 54,
LinkMargin = 55,
RsGfskDeviceCapabilities = 56,
MultiPhy = 57,
VendorSpecific = 64,
Srm = 70,
Unkown = 71,
}Expand description
Short Nested Information Element ID.
Variants§
TschSynchronization = 26
TSCH Synchronization.
TschSlotframeAndLink = 27
TSCH Slotframe and Link.
TschTimeslot = 28
TSCH Timeslot.
HoppingTiming = 29
Hopping Timing.
EnhancedBeaconFilter = 30
Enhanced Beacon Filter.
MacMetrics = 31
MAC Metrics.
AllMacMetrics = 32
All MAC Metrics.
CoexistenceSpecification = 33
Coexistence Specification.
SunDeviceCapabilities = 34
Sun Device Capabilities.
SunFskGenericPhy = 35
Sun FSK Generic PHY.
ModeSwitchParameter = 36
Mode Switch Parameter.
PhyParameterChange = 37
PHY Parameter Change.
OQpskPhyMode = 38
O-QPSK PHY Mode.
PcaAllocation = 39
PCA Allocation.
LecimDsssOperatingMode = 40
LECIM DSSS Operating Mode.
LecimFskOperatingMode = 41
LECIM FSK Operating Mode.
TvwsPhyOperatingMode = 43
TVWS PHY Operating Mode.
TvwsDeviceCapabilities = 44
TVWS Device Capabilities.
TvwsDeviceCategory = 45
TVWS Device Category.
TvwsDeviceIdentification = 46
TVWS Device Identification.
TvwsDeviceLocation = 47
TVWS Device Location.
TvwsChannelInformationQuery = 48
TVWS Channel Information Query.
TvwsChannelInformationSource = 49
TVWS Channel Information Source.
Ctm = 50
CTM.
Timestamp = 51
Timestamp.
TimestampDifference = 52
Timestamp Difference.
TmctpSpecification = 53
TMCTP Specification.
RccPhyOperatingMode = 54
RCC PHY Operating Mode.
LinkMargin = 55
Link Margin.
RsGfskDeviceCapabilities = 56
RS-GFSK Device Capabilities.
MultiPhy = 57
Multi-PHY.
VendorSpecific = 64
Vendor Specific.
Srm = 70
SRM.
Unkown = 71
Unknown.
Trait Implementations§
Source§impl Clone for NestedSubIdShort
impl Clone for NestedSubIdShort
Source§fn clone(&self) -> NestedSubIdShort
fn clone(&self) -> NestedSubIdShort
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 NestedSubIdShort
impl Debug for NestedSubIdShort
Source§impl Display for NestedSubIdShort
impl Display for NestedSubIdShort
Source§impl From<u8> for NestedSubIdShort
impl From<u8> for NestedSubIdShort
Source§impl PartialEq for NestedSubIdShort
impl PartialEq for NestedSubIdShort
impl Copy for NestedSubIdShort
impl Eq for NestedSubIdShort
impl StructuralPartialEq for NestedSubIdShort
Auto Trait Implementations§
impl Freeze for NestedSubIdShort
impl RefUnwindSafe for NestedSubIdShort
impl Send for NestedSubIdShort
impl Sync for NestedSubIdShort
impl Unpin for NestedSubIdShort
impl UnwindSafe for NestedSubIdShort
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