Searched defs:Ipv4Ecn (Results 1 – 3 of 3) sorted by relevance
6 pub struct Ipv4Ecn(u8); struct8 impl Ipv4Ecn { implementation49 pub const fn try_new(value: u8) -> Result<Ipv4Ecn, ValueTooBigError<u8>> { in try_new()72 pub const unsafe fn new_unchecked(value: u8) -> Ipv4Ecn { in new_unchecked()84 impl core::fmt::Display for Ipv4Ecn { implementation98 impl TryFrom<u8> for Ipv4Ecn { implementation
134 pub fn ecn(&self) -> Ipv4Ecn { in ecn()
17 Ipv4Ecn, enumerator