Struct mariadb_sys::st_key_cache_statistics
source · #[repr(C)]pub struct st_key_cache_statistics {
pub mem_size: ulonglong,
pub block_size: ulonglong,
pub blocks_used: ulonglong,
pub blocks_unused: ulonglong,
pub blocks_changed: ulonglong,
pub blocks_warm: ulonglong,
pub read_requests: ulonglong,
pub reads: ulonglong,
pub write_requests: ulonglong,
pub writes: ulonglong,
}Fields§
§mem_size: ulonglong§block_size: ulonglong§blocks_used: ulonglong§blocks_unused: ulonglong§blocks_changed: ulonglong§blocks_warm: ulonglong§read_requests: ulonglong§reads: ulonglong§write_requests: ulonglong§writes: ulonglongTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_key_cache_statistics
impl Send for st_key_cache_statistics
impl Sync for st_key_cache_statistics
impl Unpin for st_key_cache_statistics
impl UnwindSafe for st_key_cache_statistics
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