Struct mariadb_sys::TABLE_STATISTICS_CB
source · #[repr(C)]pub struct TABLE_STATISTICS_CB {
pub usage_count: uint,
pub mem_root: MEM_ROOT,
pub table_stats: *mut Table_statistics,
pub stats_available: uint,
pub histograms_exists_on_disk: bool,
}
Fields§
§usage_count: uint
§mem_root: MEM_ROOT
§table_stats: *mut Table_statistics
§stats_available: uint
§histograms_exists_on_disk: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TABLE_STATISTICS_CB
impl !Send for TABLE_STATISTICS_CB
impl !Sync for TABLE_STATISTICS_CB
impl Unpin for TABLE_STATISTICS_CB
impl UnwindSafe for TABLE_STATISTICS_CB
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