Struct spawn_wait::SignalHandler
source · [−]pub struct SignalHandler { /* private fields */ }Implementations
sourceimpl SignalHandler
impl SignalHandler
pub fn add_termination_signal(&mut self, signal: i32)
Trait Implementations
sourceimpl Debug for SignalHandler
impl Debug for SignalHandler
Auto Trait Implementations
impl !RefUnwindSafe for SignalHandler
impl Send for SignalHandler
impl Sync for SignalHandler
impl Unpin for SignalHandler
impl !UnwindSafe for SignalHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more