Documentation
1
2
3
4
5
#[repr(i32)]
pub enum ClusterFlags {
  Forwards = 0,
  Backwards = 1
}