#[derive(Copy, Clone, PartialEq, Eq)] #[repr(transparent)] pub struct Suit { pub ... Notice you're free to treat the enum as an integer in Rust code via the ...
確定! 回上一頁