Documentation
1
2
3
4
5
6
#[repr(i32)]
pub enum Overlap {
  In = 0,
  Out = 1,
  Part = 2
}