Documentation
1
2
3
4
5
#[repr(i32)]
pub enum FillRule {
  Winding = 0,
  EvenOdd = 1
}