Function system_get_feature_flags

Source
pub fn system_get_feature_flags<F>() -> Result<F, Status>
where F: Flags<Bits = u32> + FeatureFlags,
Expand description

Get supported hardware capabilities bitflags.

Wraps the zx_system_get_features syscall.