#[repr(C)]pub struct NeighborCache {
pub neighbor: Ipv6Address,
pub link_address: MacAddress,
pub state: NeighborState,
}
Fields§
§neighbor: Ipv6Address
§link_address: MacAddress
§state: NeighborState
Trait Implementations§
Source§impl Clone for NeighborCache
impl Clone for NeighborCache
Source§fn clone(&self) -> NeighborCache
fn clone(&self) -> NeighborCache
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NeighborCache
impl Debug for NeighborCache
impl Copy for NeighborCache
Auto Trait Implementations§
impl Freeze for NeighborCache
impl RefUnwindSafe for NeighborCache
impl Send for NeighborCache
impl Sync for NeighborCache
impl Unpin for NeighborCache
impl UnwindSafe for NeighborCache
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