Documentation
1
2
3
4
5
6
#[repr(i32)]
pub enum LineCap {
  Butt = 0,
  Round = 1,
  Square = 2
}