pub struct FixedIndexedPacketHashHistory<const CAP: usize, const BUCKETS: usize> { /* private fields */ }Trait Implementations§
Source§impl<const CAP: usize, const BUCKETS: usize> Default for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> Default for FixedIndexedPacketHashHistory<CAP, BUCKETS>
Source§fn default() -> FixedIndexedPacketHashHistory<CAP, BUCKETS>
fn default() -> FixedIndexedPacketHashHistory<CAP, BUCKETS>
Returns the “default value” for a type. Read more
Source§impl<const CAP: usize, const BUCKETS: usize> PacketHashHistory for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> PacketHashHistory for FixedIndexedPacketHashHistory<CAP, BUCKETS>
Auto Trait Implementations§
impl<const CAP: usize, const BUCKETS: usize> Freeze for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> RefUnwindSafe for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> Send for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> Sync for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> Unpin for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> UnsafeUnpin for FixedIndexedPacketHashHistory<CAP, BUCKETS>
impl<const CAP: usize, const BUCKETS: usize> UnwindSafe for FixedIndexedPacketHashHistory<CAP, BUCKETS>
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