#[repr(C)]pub struct romfs_dir {
pub parent: u32_,
pub sibling: u32_,
pub childDir: u32_,
pub childFile: u32_,
pub nextHash: u32_,
pub nameLen: u32_,
pub name: __IncompleteArrayField<u16_>,
}
Expand description
RomFS directory.
Fields§
§parent: u32_
< Offset of the parent directory.
sibling: u32_
< Offset of the next sibling directory.
childDir: u32_
< Offset of the first child directory.
childFile: u32_
< Offset of the first file.
nextHash: u32_
< Directory hash table pointer.
nameLen: u32_
< Name length.
name: __IncompleteArrayField<u16_>
< Name. (UTF-16)