#[repr(usize)]
pub enum SigActionHandler {
SIG_DFL,
SIG_IGN,
SIG_HANDLER,
}
Variants
SIG_DFL
Default action.
SIG_IGN
Ignore signal.
SIG_HANDLER
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigActionHandler
impl Send for SigActionHandler
impl Sync for SigActionHandler
impl Unpin for SigActionHandler
impl UnwindSafe for SigActionHandler
Blanket Implementations
Mutably borrows from an owned value. Read more