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

Trait Implementations

impl From<u8> for ServiceSubTlvType
[src]

[src]

Performs the conversion.

impl<'a> From<&'a ServiceSubTlv> for ServiceSubTlvType
[src]

[src]

Performs the conversion.