Function system_get_feature_flags
pub fn system_get_feature_flags<F>() -> Result<F, Status>where
F: FeatureFlags<Bits = u32> + Flags,
Expand description
Get supported hardware capabilities bitflags.
Wraps the zx_system_get_features syscall.