#[repr(C)]pub struct __SigChld {
pub si_status: c_int,
pub si_utime: c_int,
pub si_stime: c_int,
}Fields§
§si_status: c_int§si_utime: c_int§si_stime: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for __SigChld
impl RefUnwindSafe for __SigChld
impl Send for __SigChld
impl Sync for __SigChld
impl Unpin for __SigChld
impl UnwindSafe for __SigChld
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)