Struct pgx_pg_sys::SharedHashInfo
source · [−]#[repr(C)]pub struct SharedHashInfo {
pub num_workers: c_int,
pub hinstrument: __IncompleteArrayField<HashInstrumentation>,
}Fields
num_workers: c_inthinstrument: __IncompleteArrayField<HashInstrumentation>Trait Implementations
sourcefn default() -> SharedHashInfo
fn default() -> SharedHashInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more