The following Rust structure describes the super block of the Minix 3 file system. #[repr(C)] pub struct SuperBlock { pub ninodes: u32, ...
確定! 回上一頁