Struct pgrx_pg_sys::HashInstrumentation
source · #[repr(C)]pub struct HashInstrumentation {
pub nbuckets: c_int,
pub nbuckets_original: c_int,
pub nbatch: c_int,
pub nbatch_original: c_int,
pub space_peak: Size,
}
Fields§
§nbuckets: c_int
§nbuckets_original: c_int
§nbatch: c_int
§nbatch_original: c_int
§space_peak: Size
Trait Implementations§
source§impl Clone for HashInstrumentation
impl Clone for HashInstrumentation
source§fn clone(&self) -> HashInstrumentation
fn clone(&self) -> HashInstrumentation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HashInstrumentation
impl Debug for HashInstrumentation
source§impl Default for HashInstrumentation
impl Default for HashInstrumentation
source§fn default() -> HashInstrumentation
fn default() -> HashInstrumentation
Returns the “default value” for a type. Read more