Listing 4.16 Deriving Copy for types made up of types that implement Copy ... #[derive(Copy,Clone,Debug)] enum StatusMessage { Ok, } The following listing ...
確定! 回上一頁