pub struct Signals { /* private fields */ }Expand description
The signals rash reacts to.
SIGPIPE is not here because the Rust runtime already sets it to SIG_IGN at
startup, which is what autossh arranges by hand (autossh.c:1202-1204).
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Signals
impl !UnwindSafe for Signals
impl Freeze for Signals
impl Send for Signals
impl Sync for Signals
impl Unpin for Signals
impl UnsafeUnpin for Signals
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