pub struct ArpCache { /* private fields */ }Expand description
ARP cache for storing resolved MAC addresses.
Implementations§
Source§impl ArpCache
impl ArpCache
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArpCache
impl RefUnwindSafe for ArpCache
impl Send for ArpCache
impl Sync for ArpCache
impl Unpin for ArpCache
impl UnsafeUnpin for ArpCache
impl UnwindSafe for ArpCache
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