pub struct AliasTableU64 { /* private fields */ }Expand description
Alias table optimized for u64 outcomes (indices 0..N).
Uses three parallel arrays for cache-friendly access. Suitable for the Phase 2 compiled kernel path.
Implementations§
Source§impl AliasTableU64
impl AliasTableU64
Trait Implementations§
impl PolydatSetup for AliasTableU64
Auto Trait Implementations§
impl Freeze for AliasTableU64
impl RefUnwindSafe for AliasTableU64
impl Send for AliasTableU64
impl Sync for AliasTableU64
impl Unpin for AliasTableU64
impl UnsafeUnpin for AliasTableU64
impl UnwindSafe for AliasTableU64
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