Method lrs::thread::CapSet::has_inheritable

Returns whether the set contains an inheritable capability.

Syntax

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

Arguments

NameDescription
cap

The capability to check.