#[repr(C)]pub struct AetherCacheStats {
pub hits: c_int,
pub misses: c_int,
pub size: c_int,
}Expand description
Cache statistics
Fields§
§hits: c_int§misses: c_int§size: c_intAuto Trait Implementations§
impl Freeze for AetherCacheStats
impl RefUnwindSafe for AetherCacheStats
impl Send for AetherCacheStats
impl Sync for AetherCacheStats
impl Unpin for AetherCacheStats
impl UnwindSafe for AetherCacheStats
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