#[repr(C)]
pub struct PgStat_TableCounts {
Show 13 fields pub t_numscans: PgStat_Counter, pub t_tuples_returned: PgStat_Counter, pub t_tuples_fetched: PgStat_Counter, pub t_tuples_inserted: PgStat_Counter, pub t_tuples_updated: PgStat_Counter, pub t_tuples_deleted: PgStat_Counter, pub t_tuples_hot_updated: PgStat_Counter, pub t_truncated: bool, pub t_delta_live_tuples: PgStat_Counter, pub t_delta_dead_tuples: PgStat_Counter, pub t_changed_tuples: PgStat_Counter, pub t_blocks_fetched: PgStat_Counter, pub t_blocks_hit: PgStat_Counter,
}

Fields

t_numscans: PgStat_Countert_tuples_returned: PgStat_Countert_tuples_fetched: PgStat_Countert_tuples_inserted: PgStat_Countert_tuples_updated: PgStat_Countert_tuples_deleted: PgStat_Countert_tuples_hot_updated: PgStat_Countert_truncated: boolt_delta_live_tuples: PgStat_Countert_delta_dead_tuples: PgStat_Countert_changed_tuples: PgStat_Countert_blocks_fetched: PgStat_Countert_blocks_hit: PgStat_Counter

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.