pub struct SigInfo {
pub signal_pending: Signals,
pub signal_handler: BTreeMap<Signals, SigAction>,
}
Fields
signal_pending: Signals
signal_handler: BTreeMap<Signals, SigAction>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigInfo
impl UnwindSafe for SigInfo
Blanket Implementations
Mutably borrows from an owned value. Read more