An integer whose size is 3 bytes would be a 24-bit int. Rust does not support 24-bit ints. The closest is a u32 , a 32-bit unsigned int. You can ...
確定! 回上一頁