Searched defs:Ipv6FlowLabel (Results 1 – 3 of 3) sorted by relevance
52 pub struct Ipv6FlowLabel(u32); struct54 impl Ipv6FlowLabel { impl86 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 { implementation135 impl TryFrom<u32> for Ipv6FlowLabel { implementation
91 pub fn flow_label(&self) -> Ipv6FlowLabel { in flow_label()
19 Ipv6FlowLabel, enumerator