pub struct PingHistory<const N: usize> {
discarded: Wrapping<u32>,
addresses: [Option<IpWithZone>; N],
}
Available on crate feature
ping
only.Fields§
§discarded: Wrapping<u32>
§addresses: [Option<IpWithZone>; N]
Implementations§
Trait Implementations§
Source§impl<const N: usize> Clone for PingHistory<N>
impl<const N: usize> Clone for PingHistory<N>
Source§fn clone(&self) -> PingHistory<N>
fn clone(&self) -> PingHistory<N>
Returns a copy 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<const N: usize> Debug for PingHistory<N>
impl<const N: usize> Debug for PingHistory<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for PingHistory<N>
impl<const N: usize> RefUnwindSafe for PingHistory<N>
impl<const N: usize> Send for PingHistory<N>
impl<const N: usize> Sync for PingHistory<N>
impl<const N: usize> Unpin for PingHistory<N>
impl<const N: usize> UnwindSafe for PingHistory<N>
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
)Source§impl<T> IntoSwitch for T
impl<T> IntoSwitch for T
Source§fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
fn into_switch<ActiveLevel>(self) -> Switch<T, ActiveLevel>
Source§fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
fn into_active_high_switch(self) -> Switch<Self, ActiveHigh>where
Self: Sized,
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.