#[repr(C)]pub struct SigInfoT {
pub si_signo: c_int,
pub si_errno: c_int,
pub si_code: c_int,
pub __si_fields: __SiFields,
}Expand description
信号详细信息结构体 (siginfo_t)
Fields§
§si_signo: c_int§si_errno: c_int§si_code: c_int§__si_fields: __SiFieldsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SigInfoT
impl RefUnwindSafe for SigInfoT
impl !Send for SigInfoT
impl !Sync for SigInfoT
impl Unpin for SigInfoT
impl UnwindSafe for SigInfoT
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)