pub struct PointerEightWay;Expand description
Eight-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 PointerEightWay
impl Clone for PointerEightWay
Source§fn clone(&self) -> PointerEightWay
fn clone(&self) -> PointerEightWay
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 PointerEightWay
impl Debug for PointerEightWay
Source§impl Default for PointerEightWay
impl Default for PointerEightWay
Source§fn default() -> PointerEightWay
fn default() -> PointerEightWay
Returns the “default value” for a type. Read more
Source§impl Hash for PointerEightWay
impl Hash for PointerEightWay
Source§impl<T, C> Indices<*const T, C> for PointerEightWaywhere
C: Capacity,
impl<T, C> Indices<*const T, C> for PointerEightWaywhere
C: Capacity,
Source§impl<T, C> Indices<*mut T, C> for PointerEightWaywhere
C: Capacity,
impl<T, C> Indices<*mut T, C> for PointerEightWaywhere
C: Capacity,
Source§impl Ord for PointerEightWay
impl Ord for PointerEightWay
Source§fn cmp(&self, other: &PointerEightWay) -> Ordering
fn cmp(&self, other: &PointerEightWay) -> 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 PointerEightWay
impl PartialEq for PointerEightWay
Source§impl PartialOrd for PointerEightWay
impl PartialOrd for PointerEightWay
impl Eq for PointerEightWay
impl StructuralPartialEq for PointerEightWay
Auto Trait Implementations§
impl Freeze for PointerEightWay
impl RefUnwindSafe for PointerEightWay
impl Send for PointerEightWay
impl Sync for PointerEightWay
impl Unpin for PointerEightWay
impl UnwindSafe for PointerEightWay
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