Struct mariadb_sys::ha_handler_stats
source · #[repr(C)]pub struct ha_handler_stats {
pub pages_accessed: ulonglong,
pub pages_updated: ulonglong,
pub pages_read_count: ulonglong,
pub pages_read_time: ulonglong,
pub undo_records_read: ulonglong,
pub engine_time: ulonglong,
pub active: uint,
}
Fields§
§pages_accessed: ulonglong
§pages_updated: ulonglong
§pages_read_count: ulonglong
§pages_read_time: ulonglong
§undo_records_read: ulonglong
§engine_time: ulonglong
§active: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ha_handler_stats
impl Send for ha_handler_stats
impl Sync for ha_handler_stats
impl Unpin for ha_handler_stats
impl UnwindSafe for ha_handler_stats
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