Struct pgrx_pg_sys::BackgroundWorker
source · #[repr(C)]pub struct BackgroundWorker {
pub bgw_name: [c_char; 96],
pub bgw_type: [c_char; 96],
pub bgw_flags: c_int,
pub bgw_start_time: BgWorkerStartTime,
pub bgw_restart_time: c_int,
pub bgw_library_name: [c_char; 96],
pub bgw_function_name: [c_char; 96],
pub bgw_main_arg: Datum,
pub bgw_extra: [c_char; 128],
pub bgw_notify_pid: pid_t,
}
Fields§
§bgw_name: [c_char; 96]
§bgw_type: [c_char; 96]
§bgw_flags: c_int
§bgw_start_time: BgWorkerStartTime
§bgw_restart_time: c_int
§bgw_library_name: [c_char; 96]
§bgw_function_name: [c_char; 96]
§bgw_main_arg: Datum
§bgw_extra: [c_char; 128]
§bgw_notify_pid: pid_t
Trait Implementations§
source§impl Clone for BackgroundWorker
impl Clone for BackgroundWorker
source§fn clone(&self) -> BackgroundWorker
fn clone(&self) -> BackgroundWorker
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 more