Skip to main content

OsSpecific

Type Alias OsSpecific 

Source
pub type OsSpecific = RtSigarea;

Aliased Type§

pub struct OsSpecific {
    pub control: Sigcontrol,
    pub arch: UnsafeCell<SigArea>,
    pub thr_fd: UnsafeCell<Option<FdGuard<true>>>,
}

Fields§

§control: Sigcontrol§arch: UnsafeCell<SigArea>§thr_fd: UnsafeCell<Option<FdGuard<true>>>