1
2
3
4
5
#[repr(i32)]
pub enum Weight {
  Normal = 0,
  Bold = 1
}