pub enum ArpNetworkType {
Ipv4,
}
Expand description
An ARP network protocol.
Variants§
Ipv4
Trait Implementations§
Source§impl Debug for ArpNetworkType
impl Debug for ArpNetworkType
Source§impl Display for ArpNetworkType
impl Display for ArpNetworkType
Source§impl From<ArpNetworkType> for u16
impl From<ArpNetworkType> for u16
Source§fn from(name: ArpNetworkType) -> u16
fn from(name: ArpNetworkType) -> u16
Converts to this type from the input type.
Source§impl PartialEq for ArpNetworkType
impl PartialEq for ArpNetworkType
Source§impl TryFrom<u16> for ArpNetworkType
impl TryFrom<u16> for ArpNetworkType
impl StructuralPartialEq for ArpNetworkType
Auto Trait Implementations§
impl Freeze for ArpNetworkType
impl RefUnwindSafe for ArpNetworkType
impl Send for ArpNetworkType
impl Sync for ArpNetworkType
impl Unpin for ArpNetworkType
impl UnwindSafe for ArpNetworkType
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