Struct gaviota_sys::TB_STATS
source · [−]#[repr(C)]pub struct TB_STATS {Show 17 fields
pub wdl_easy_hits: [c_ulong; 2],
pub wdl_hard_prob: [c_ulong; 2],
pub wdl_soft_prob: [c_ulong; 2],
pub wdl_cachesize: size_t,
pub wdl_occupancy: f64,
pub dtm_easy_hits: [c_ulong; 2],
pub dtm_hard_prob: [c_ulong; 2],
pub dtm_soft_prob: [c_ulong; 2],
pub dtm_cachesize: size_t,
pub dtm_occupancy: f64,
pub total_hits: [c_ulong; 2],
pub memory_hits: [c_ulong; 2],
pub drive_hits: [c_ulong; 2],
pub drive_miss: [c_ulong; 2],
pub bytes_read: [c_ulong; 2],
pub files_opened: c_ulong,
pub memory_efficiency: f64,
}Fields
wdl_easy_hits: [c_ulong; 2]wdl_hard_prob: [c_ulong; 2]wdl_soft_prob: [c_ulong; 2]wdl_cachesize: size_twdl_occupancy: f64dtm_easy_hits: [c_ulong; 2]dtm_hard_prob: [c_ulong; 2]dtm_soft_prob: [c_ulong; 2]dtm_cachesize: size_tdtm_occupancy: f64total_hits: [c_ulong; 2]memory_hits: [c_ulong; 2]drive_hits: [c_ulong; 2]drive_miss: [c_ulong; 2]bytes_read: [c_ulong; 2]files_opened: c_ulongmemory_efficiency: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TB_STATS
impl Send for TB_STATS
impl Sync for TB_STATS
impl Unpin for TB_STATS
impl UnwindSafe for TB_STATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more