pub struct PointerThirtyTwoWay;Expand description
32-way set associative caching based on the key’s pointer value.
See the Indices trait’s documentation for more on associativity.
Trait Implementations§
Source§impl Clone for PointerThirtyTwoWay
impl Clone for PointerThirtyTwoWay
Source§fn clone(&self) -> PointerThirtyTwoWay
fn clone(&self) -> PointerThirtyTwoWay
Returns a duplicate 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 Debug for PointerThirtyTwoWay
impl Debug for PointerThirtyTwoWay
Source§impl Default for PointerThirtyTwoWay
impl Default for PointerThirtyTwoWay
Source§fn default() -> PointerThirtyTwoWay
fn default() -> PointerThirtyTwoWay
Returns the “default value” for a type. Read more
Source§impl Hash for PointerThirtyTwoWay
impl Hash for PointerThirtyTwoWay
Source§impl<T, C> Indices<*const T, C> for PointerThirtyTwoWaywhere
C: Capacity,
impl<T, C> Indices<*const T, C> for PointerThirtyTwoWaywhere
C: Capacity,
Source§impl<T, C> Indices<*mut T, C> for PointerThirtyTwoWaywhere
C: Capacity,
impl<T, C> Indices<*mut T, C> for PointerThirtyTwoWaywhere
C: Capacity,
Source§impl Ord for PointerThirtyTwoWay
impl Ord for PointerThirtyTwoWay
Source§fn cmp(&self, other: &PointerThirtyTwoWay) -> Ordering
fn cmp(&self, other: &PointerThirtyTwoWay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PointerThirtyTwoWay
impl PartialEq for PointerThirtyTwoWay
Source§impl PartialOrd for PointerThirtyTwoWay
impl PartialOrd for PointerThirtyTwoWay
impl Eq for PointerThirtyTwoWay
impl StructuralPartialEq for PointerThirtyTwoWay
Auto Trait Implementations§
impl Freeze for PointerThirtyTwoWay
impl RefUnwindSafe for PointerThirtyTwoWay
impl Send for PointerThirtyTwoWay
impl Sync for PointerThirtyTwoWay
impl Unpin for PointerThirtyTwoWay
impl UnwindSafe for PointerThirtyTwoWay
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