Enum linux_api::signal::SignalHandler
source · pub enum SignalHandler {
Handler(SignalHandlerFn),
Action(SignalActionFn),
SigIgn,
SigDfl,
}
Variants§
Auto Trait Implementations§
impl Freeze for SignalHandler
impl RefUnwindSafe for SignalHandler
impl Send for SignalHandler
impl Sync for SignalHandler
impl Unpin for SignalHandler
impl UnwindSafe for SignalHandler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more