Struct mariadb_sys::PARTITION_STATS
source · #[repr(C)]pub struct PARTITION_STATS {
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 records: ha_rows,
pub mean_rec_length: ulong,
pub create_time: time_t,
pub check_time: time_t,
pub update_time: time_t,
pub check_sum: ulonglong,
pub check_sum_null: bool,
}Fields§
§data_file_length: ulonglong§max_data_file_length: ulonglong§index_file_length: ulonglong§max_index_file_length: ulonglong§delete_length: ulonglong§records: ha_rows§mean_rec_length: ulong§create_time: time_t§check_time: time_t§update_time: time_t§check_sum: ulonglong§check_sum_null: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PARTITION_STATS
impl Send for PARTITION_STATS
impl Sync for PARTITION_STATS
impl Unpin for PARTITION_STATS
impl UnwindSafe for PARTITION_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