#[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 moreSource§impl Default for siginfo_t__bindgen_ty_1
impl Default for siginfo_t__bindgen_ty_1
impl Copy for siginfo_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for siginfo_t__bindgen_ty_1
impl RefUnwindSafe for siginfo_t__bindgen_ty_1
impl !Send for siginfo_t__bindgen_ty_1
impl !Sync for siginfo_t__bindgen_ty_1
impl Unpin for siginfo_t__bindgen_ty_1
impl UnwindSafe for siginfo_t__bindgen_ty_1
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