Adds all signals from another set to this set.
impl Sigset { fn set_all(&mut self, set: Sigset) -> () }
The set to add.