#[repr(C)]pub struct nca0_romfs_hdr_t {
pub header_size: u32,
pub dir_hash_table_offset: u32,
pub dir_hash_table_size: u32,
pub dir_meta_table_offset: u32,
pub dir_meta_table_size: u32,
pub file_hash_table_offset: u32,
pub file_hash_table_size: u32,
pub file_meta_table_offset: u32,
pub file_meta_table_size: u32,
pub data_offset: u32,
}Fields§
§header_size: u32§dir_hash_table_offset: u32§dir_hash_table_size: u32§dir_meta_table_offset: u32§dir_meta_table_size: u32§file_hash_table_offset: u32§file_hash_table_size: u32§file_meta_table_offset: u32§file_meta_table_size: u32§data_offset: u32Trait Implementations§
Source§impl Clone for nca0_romfs_hdr_t
impl Clone for nca0_romfs_hdr_t
Source§fn clone(&self) -> nca0_romfs_hdr_t
fn clone(&self) -> nca0_romfs_hdr_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for nca0_romfs_hdr_t
impl Debug for nca0_romfs_hdr_t
Source§impl Default for nca0_romfs_hdr_t
impl Default for nca0_romfs_hdr_t
Source§fn default() -> nca0_romfs_hdr_t
fn default() -> nca0_romfs_hdr_t
Returns the “default value” for a type. Read more
impl Copy for nca0_romfs_hdr_t
Auto Trait Implementations§
impl Freeze for nca0_romfs_hdr_t
impl RefUnwindSafe for nca0_romfs_hdr_t
impl Send for nca0_romfs_hdr_t
impl Sync for nca0_romfs_hdr_t
impl Unpin for nca0_romfs_hdr_t
impl UnwindSafe for nca0_romfs_hdr_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more