Method lrs::signal::Sigset::all_set

Returns whether this set is a superset of another set.

Syntax

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

Arguments

NameDescription
set

The subset.