Documentation
1
2
3
4
5
6
#[repr(i32)]
pub enum HintMetrics {
  Default = 0,
  Off = 1,
  On = 2
}