devela::_dep::rustix::process

Function speculative_feature_state

pub fn speculative_feature_state(
    feature: SpeculationFeature,
) -> Result<Option<SpeculationFeatureState>, Errno> 
Available on crate feature dep_rustix only.
Expand description

Get the state of the speculation misfeature.

§References