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