Enum capsules::net::thread::tlv::NetworkDataTlvType
[−]
[src]
#[repr(u8)]pub enum NetworkDataTlvType { Prefix, CommissioningData, Service, NotPresent, }
Value encoded in the type field of a Network Data TLV. Gaps in type numbers are filled by PrefixSubTlv and ServiceSubTlv.
Variants
Prefix
CommissioningData
Service
NotPresent
Trait Implementations
impl From<u8> for NetworkDataTlvType
[src]
impl<'a, 'b> From<&'a NetworkDataTlv<'b>> for NetworkDataTlvType
[src]
fn from(network_data_tlv: &'a NetworkDataTlv<'b>) -> Self
[src]
Performs the conversion.