Home
last modified time | relevance | path

Searched defs:Ipv6FlowLabel (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv6_flow_label.rs52 pub struct Ipv6FlowLabel(u32); struct
54 impl Ipv6FlowLabel { impl
86 pub const fn try_new(value: u32) -> Result<Ipv6FlowLabel, ValueTooBigError<u32>> { in try_new()
109 pub const unsafe fn new_unchecked(value: u32) -> Ipv6FlowLabel { in new_unchecked()
121 impl core::fmt::Display for Ipv6FlowLabel { implementation
135 impl TryFrom<u32> for Ipv6FlowLabel { implementation
Dipv6_header_slice.rs91 pub fn flow_label(&self) -> Ipv6FlowLabel { in flow_label()
/external/rust/android-crates-io/crates/etherparse/src/err/
Dvalue_type.rs19 Ipv6FlowLabel, enumerator