Method lrs::thread::CapSet::has_effective

Returns whether the set contains an effective capability.

Syntax

impl CapSet {
    fn has_effective(&self, cap: Capability) -> bool
}

Arguments

NameDescription
cap

The capability to check.