Enum capsules_extra::net::thread::tlv::ServiceSubTlvType
source · #[repr(u8)]pub enum ServiceSubTlvType {
Server = 6,
NotPresent = 7,
}
Expand description
Value encoded in the type field of a Service sub-TLV. Gaps in type numbers are filled by NetworkDataTlv and PrefixSubTlv.
Variants§
Trait Implementations§
source§impl From<&ServiceSubTlv> for ServiceSubTlvType
impl From<&ServiceSubTlv> for ServiceSubTlvType
source§fn from(service_sub_tlv: &ServiceSubTlv) -> Self
fn from(service_sub_tlv: &ServiceSubTlv) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServiceSubTlvType
impl RefUnwindSafe for ServiceSubTlvType
impl Send for ServiceSubTlvType
impl Sync for ServiceSubTlvType
impl Unpin for ServiceSubTlvType
impl UnwindSafe for ServiceSubTlvType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more