Struct custos_math::custos::CacheTrace
source · pub struct CacheTrace {
pub cache_idx: usize,
pub use_cache_idx: Vec<Ident, Global>,
}Fields§
§cache_idx: usize§use_cache_idx: Vec<Ident, Global>Trait Implementations§
source§impl Debug for CacheTrace
impl Debug for CacheTrace
source§impl Ord for CacheTrace
impl Ord for CacheTrace
source§fn cmp(&self, other: &CacheTrace) -> Ordering
fn cmp(&self, other: &CacheTrace) -> 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<CacheTrace> for CacheTrace
impl PartialEq<CacheTrace> for CacheTrace
source§fn eq(&self, other: &CacheTrace) -> bool
fn eq(&self, other: &CacheTrace) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<CacheTrace> for CacheTrace
impl PartialOrd<CacheTrace> for CacheTrace
source§fn partial_cmp(&self, other: &CacheTrace) -> Option<Ordering>
fn partial_cmp(&self, other: &CacheTrace) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more