devela::_dep::rustix::thread

Function capability_is_in_bounding_set

pub fn capability_is_in_bounding_set(
    capability: Capability,
) -> Result<bool, Errno> 
Available on crate feature dep_rustix only.
Expand description

Check if the specified capability is in the calling thread’s capability bounding set.

§References