Union pgrx_pg_sys::siginfo_t__bindgen_ty_1
source · #[repr(C)]
pub union siginfo_t__bindgen_ty_1 {
pub _pad: [c_int; 28],
pub _kill: siginfo_t__bindgen_ty_1__bindgen_ty_1,
pub _timer: siginfo_t__bindgen_ty_1__bindgen_ty_2,
pub _rt: siginfo_t__bindgen_ty_1__bindgen_ty_3,
pub _sigchld: siginfo_t__bindgen_ty_1__bindgen_ty_4,
pub _sigfault: siginfo_t__bindgen_ty_1__bindgen_ty_5,
pub _sigpoll: siginfo_t__bindgen_ty_1__bindgen_ty_6,
pub _sigsys: siginfo_t__bindgen_ty_1__bindgen_ty_7,
}
Fields§
§_pad:[c_int; 28]
§
_kill:siginfo_t__bindgen_ty_1__bindgen_ty_1
§
_timer:siginfo_t__bindgen_ty_1__bindgen_ty_2
§
_rt:siginfo_t__bindgen_ty_1__bindgen_ty_3
§
_sigchld:siginfo_t__bindgen_ty_1__bindgen_ty_4
§
_sigfault:siginfo_t__bindgen_ty_1__bindgen_ty_5
§
_sigpoll:siginfo_t__bindgen_ty_1__bindgen_ty_6
§
_sigsys:siginfo_t__bindgen_ty_1__bindgen_ty_7
Trait Implementations§
source§impl Clone for siginfo_t__bindgen_ty_1
impl Clone for siginfo_t__bindgen_ty_1
source§fn clone(&self) -> siginfo_t__bindgen_ty_1
fn clone(&self) -> siginfo_t__bindgen_ty_1
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