struct OverlayFirst {
layer0_keys: BucketArrayMemory<256, 336, u64>,
}
Expand description
First memory overlay, contains the key portion of Layer0
Fields§
§layer0_keys: BucketArrayMemory<256, 336, u64>
Key remainder table for Layer0
, which we can drop
after running collision::search()
on that layer.
Trait Implementations§
Source§impl Clone for OverlayFirst
impl Clone for OverlayFirst
Source§fn clone(&self) -> OverlayFirst
fn clone(&self) -> OverlayFirst
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 moreimpl Copy for OverlayFirst
Auto Trait Implementations§
impl Freeze for OverlayFirst
impl RefUnwindSafe for OverlayFirst
impl Send for OverlayFirst
impl Sync for OverlayFirst
impl Unpin for OverlayFirst
impl UnwindSafe for OverlayFirst
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