Function rustix::process::prctl::speculative_feature_state

source ·
pub fn speculative_feature_state(
    feature: SpeculationFeature,
) -> Result<Option<SpeculationFeatureState>>
Expand description

Get the state of the speculation misfeature.

§References