pub struct NeighbourAddRequest { /* private fields */ }

Implementations§

Set a bitmask of states for the neighbor cache entry. It should be a combination of NUD_* constants.

Set flags for the neighbor cache entry. It should be a combination of NTF_* constants.

Set attributes applicable to the the neighbor cache entry. It should be one of NDA_* constants.

Set a neighbor cache link layer address (see NDA_LLADDR for details).

Set the destination address for the neighbour (see NDA_DST for details).

Replace existing matching neighbor.

Execute the request.

Return a mutable reference to the request message.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.