pub struct NdpNonce<B: SplitByteSlice> { /* private fields */ }
Expand description
Nonce option used to make sure an advertisement is a fresh response to a solicitation sent earlier.
Implementations§
Trait Implementations§
Source§impl<B: Ord + SplitByteSlice> Ord for NdpNonce<B>
impl<B: Ord + SplitByteSlice> Ord for NdpNonce<B>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<B: PartialOrd + SplitByteSlice> PartialOrd for NdpNonce<B>
impl<B: PartialOrd + SplitByteSlice> PartialOrd for NdpNonce<B>
impl<B: Copy + SplitByteSlice> Copy for NdpNonce<B>
impl<B: Eq + SplitByteSlice> Eq for NdpNonce<B>
impl<B: SplitByteSlice> StructuralPartialEq for NdpNonce<B>
Auto Trait Implementations§
impl<B> Freeze for NdpNonce<B>where
B: Freeze,
impl<B> RefUnwindSafe for NdpNonce<B>where
B: RefUnwindSafe,
impl<B> Send for NdpNonce<B>where
B: Send,
impl<B> Sync for NdpNonce<B>where
B: Sync,
impl<B> Unpin for NdpNonce<B>where
B: Unpin,
impl<B> UnwindSafe for NdpNonce<B>where
B: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)