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.
pub fn system_get_feature_flags<F>() -> Result<F, Status>where
F: Flags<Bits = u32> + FeatureFlags,
Get supported hardware capabilities bitflags.
Wraps the zx_system_get_features syscall.