pub struct HeapPacketHashHistory { /* private fields */ }Implementations§
Source§impl HeapPacketHashHistory
impl HeapPacketHashHistory
Sourcepub const RNS_GENERATION_CAPACITY: usize = 500_000
pub const RNS_GENERATION_CAPACITY: usize = 500_000
RNS 1.4.2 Transport.hashlist_maxsize // 2: the reference rotates its hashlist once it grows past half the configured maximum (1,000,000).
Trait Implementations§
Source§impl Debug for HeapPacketHashHistory
impl Debug for HeapPacketHashHistory
Source§impl Default for HeapPacketHashHistory
impl Default for HeapPacketHashHistory
Source§fn default() -> HeapPacketHashHistory
fn default() -> HeapPacketHashHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeapPacketHashHistory
impl RefUnwindSafe for HeapPacketHashHistory
impl Send for HeapPacketHashHistory
impl Sync for HeapPacketHashHistory
impl Unpin for HeapPacketHashHistory
impl UnsafeUnpin for HeapPacketHashHistory
impl UnwindSafe for HeapPacketHashHistory
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