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