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

Trait Implementations

impl From<u8> for PrefixSubTlvType
[src]

[src]

Performs the conversion.

impl<'a, 'b> From<&'a PrefixSubTlv<'b>> for PrefixSubTlvType
[src]

[src]

Performs the conversion.