Removes all signals in another set from this set.
impl Sigset { fn unset_all(&mut self, set: Sigset) -> () }
The signals to remove.