pub struct CacheHits {
pub l1i: usize,
pub l1d: usize,
pub l2: usize,
pub l3: usize,
}Fields§
§l1i: usize§l1d: usize§l2: usize§l3: usizeTrait Implementations§
impl Copy for CacheHits
Auto Trait Implementations§
impl Freeze for CacheHits
impl RefUnwindSafe for CacheHits
impl Send for CacheHits
impl Sync for CacheHits
impl Unpin for CacheHits
impl UnsafeUnpin for CacheHits
impl UnwindSafe for CacheHits
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