Struct pgrx_pg_sys::WorkerInstrumentation
source · #[repr(C)]pub struct WorkerInstrumentation {
pub num_workers: c_int,
pub instrument: __IncompleteArrayField<Instrumentation>,
}
Fields§
§num_workers: c_int
§instrument: __IncompleteArrayField<Instrumentation>
Trait Implementations§
source§impl Debug for WorkerInstrumentation
impl Debug for WorkerInstrumentation
source§impl Default for WorkerInstrumentation
impl Default for WorkerInstrumentation
source§fn default() -> WorkerInstrumentation
fn default() -> WorkerInstrumentation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WorkerInstrumentation
impl Send for WorkerInstrumentation
impl Sync for WorkerInstrumentation
impl Unpin for WorkerInstrumentation
impl UnwindSafe for WorkerInstrumentation
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