Sets whether the set contains an effective capability.
impl CapSet { fn set_effective(&mut self, cap: Capability, has: bool) -> () }
The capability to modify.
Whether the set contains the capability.