Method lrs::signal::Sigset::is_set

Returns whether a signal is in the set.

Syntax

impl Sigset {
    fn is_set(&self, val: Signal) -> Result<bool, Errno>
}

Arguments

NameDescription
val

The signal to check.