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