#[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: f64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.