Method lrs::signal::Sigset::disjoint

Returns whether this set and another set are disjoint.

Syntax

impl Sigset {
    fn disjoint(&self, set: Sigset) -> bool
}

Arguments

NameDescription
set

The other set.