1 2 3 4 5 6 7 8
enum_! { #[repr(u32)] pub enum ModeScaling { Unspecified = 0, Centered = 1, Stretched = 2, } }