[][src]Struct postgres_extension::postmaster::bgworker::BackgroundWorker

#[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_intbgw_start_time: BgWorkerStartTimebgw_restart_time: c_intbgw_library_name: [c_char; 96]bgw_function_name: [c_char; 96]bgw_main_arg: Datumbgw_extra: [c_char; 128]bgw_notify_pid: pid_t

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]