pub struct NdpCache { /* private fields */ }Expand description
IPv6 neighbor cache.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NdpCache
impl RefUnwindSafe for NdpCache
impl Send for NdpCache
impl Sync for NdpCache
impl Unpin for NdpCache
impl UnsafeUnpin for NdpCache
impl UnwindSafe for NdpCache
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