Struct mariadb_sys::ha_statistics
source · #[repr(C)]pub struct ha_statistics {Show 16 fields
pub data_file_length: ulonglong,
pub max_data_file_length: ulonglong,
pub index_file_length: ulonglong,
pub max_index_file_length: ulonglong,
pub delete_length: ulonglong,
pub auto_increment_value: ulonglong,
pub records: ha_rows,
pub deleted: ha_rows,
pub mean_rec_length: ulong,
pub create_time: time_t,
pub check_time: time_t,
pub update_time: time_t,
pub block_size: uint,
pub checksum: ha_checksum,
pub checksum_null: bool,
pub mrr_length_per_rec: uint,
}
Fields§
§data_file_length: ulonglong
§max_data_file_length: ulonglong
§index_file_length: ulonglong
§max_index_file_length: ulonglong
§delete_length: ulonglong
§auto_increment_value: ulonglong
§records: ha_rows
§deleted: ha_rows
§mean_rec_length: ulong
§create_time: time_t
§check_time: time_t
§update_time: time_t
§block_size: uint
§checksum: ha_checksum
§checksum_null: bool
§mrr_length_per_rec: uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ha_statistics
impl Send for ha_statistics
impl Sync for ha_statistics
impl Unpin for ha_statistics
impl UnwindSafe for ha_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