pub struct ArpProxyEntry {
pub ip: u32,
pub mac: [u8; 6],
}Expand description
ARP proxy entry for container IPs.
Fields§
§ip: u32IPv4 address to proxy.
mac: [u8; 6]MAC address to respond with.
Trait Implementations§
Source§impl Clone for ArpProxyEntry
impl Clone for ArpProxyEntry
Source§fn clone(&self) -> ArpProxyEntry
fn clone(&self) -> ArpProxyEntry
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArpProxyEntry
impl Debug for ArpProxyEntry
Source§impl PartialEq for ArpProxyEntry
impl PartialEq for ArpProxyEntry
impl Copy for ArpProxyEntry
impl Eq for ArpProxyEntry
impl StructuralPartialEq for ArpProxyEntry
Auto Trait Implementations§
impl Freeze for ArpProxyEntry
impl RefUnwindSafe for ArpProxyEntry
impl Send for ArpProxyEntry
impl Sync for ArpProxyEntry
impl Unpin for ArpProxyEntry
impl UnwindSafe for ArpProxyEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)