Enum Vlantc
#[repr(u8)]pub enum Vlantc {
Vlantc16 = 0,
Vlantc12 = 1,
}Variants§
Vlantc16 = 0
Full 16 bit VLAN identifiers are used for comparison and filtering
Vlantc12 = 1
12 bit VLAN identifies are used for comparison and filtering
Implementations§
Trait Implementations§
impl Copy for Vlantc
impl Eq for Vlantc
§impl Ord for Vlantc
impl Ord for Vlantc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Vlantc
impl PartialOrd for Vlantc
impl StructuralPartialEq for Vlantc
Auto Trait Implementations§
impl Freeze for Vlantc
impl RefUnwindSafe for Vlantc
impl Send for Vlantc
impl Sync for Vlantc
impl Unpin for Vlantc
impl UnsafeUnpin for Vlantc
impl UnwindSafe for Vlantc
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