#[repr(C)]pub struct NeighborCache {
pub neighbor: Ipv6Address,
pub link_address: MacAddress,
pub state: NeighborState,
}Fields
neighbor: Ipv6Addresslink_address: MacAddressstate: NeighborStateTrait Implementations
sourceimpl Clone for NeighborCache
impl Clone for NeighborCache
sourcefn clone(&self) -> NeighborCache
fn clone(&self) -> NeighborCache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NeighborCache
impl Debug for NeighborCache
impl Copy for NeighborCache
Auto Trait Implementations
impl RefUnwindSafe for NeighborCache
impl Send for NeighborCache
impl Sync for NeighborCache
impl Unpin for NeighborCache
impl UnwindSafe for NeighborCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more