Searched defs:VlanPcp (Results 1 – 4 of 4) sorted by relevance
9 pub struct VlanPcp(u8); struct11 impl VlanPcp { implementation43 pub const fn try_new(value: u8) -> Result<VlanPcp, ValueTooBigError<u8>> { in try_new()66 pub const unsafe fn new_unchecked(value: u8) -> VlanPcp { in new_unchecked()78 impl core::fmt::Display for VlanPcp { implementation92 impl TryFrom<u8> for VlanPcp { implementation
58 pub fn priority_code_point(&self) -> VlanPcp { in priority_code_point()
38 pub fn priority_code_point(&self) -> VlanPcp { in priority_code_point()
8 VlanPcp, enumerator