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