By default, Rust stores C-style enums using the smallest built-in integer type that can accommodate them. Most fit in a single byte: use std::mem::size_of; ...
確定! 回上一頁