pub enum Layer3Id {
Lldp,
IPv4,
IPv6,
Arp,
}
Expand description
List of valid ethernet types that aren’t payload or vlan. https://en.wikipedia.org/wiki/EtherType
Variants§
Implementations§
Trait Implementations§
impl Copy for Layer3Id
impl StructuralPartialEq for Layer3Id
Auto Trait Implementations§
impl Freeze for Layer3Id
impl RefUnwindSafe for Layer3Id
impl Send for Layer3Id
impl Sync for Layer3Id
impl Unpin for Layer3Id
impl UnwindSafe for Layer3Id
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