Struct pgrx_pg_sys::SharedHashInfo
source · #[repr(C)]pub struct SharedHashInfo {
pub num_workers: c_int,
pub hinstrument: __IncompleteArrayField<HashInstrumentation>,
}
Fields§
§num_workers: c_int
§hinstrument: __IncompleteArrayField<HashInstrumentation>
Trait Implementations§
source§fn default() -> SharedHashInfo
fn default() -> SharedHashInfo
Returns the “default value” for a type. Read more