#[repr(C)]pub struct nca0_romfs_superblock_t {
pub master_hash: [u8; 32],
pub block_size: u32,
pub always_2: u32,
pub hash_table_offset: u64,
pub hash_table_size: u64,
pub romfs_offset: u64,
pub romfs_size: u64,
pub _0x48: [u8; 240],
}Fields§
§master_hash: [u8; 32]§block_size: u32§always_2: u32§hash_table_offset: u64§hash_table_size: u64§romfs_offset: u64§romfs_size: u64§_0x48: [u8; 240]Trait Implementations§
Source§impl Clone for nca0_romfs_superblock_t
impl Clone for nca0_romfs_superblock_t
Source§fn clone(&self) -> nca0_romfs_superblock_t
fn clone(&self) -> nca0_romfs_superblock_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 Default for nca0_romfs_superblock_t
impl Default for nca0_romfs_superblock_t
impl Copy for nca0_romfs_superblock_t
Auto Trait Implementations§
impl Freeze for nca0_romfs_superblock_t
impl RefUnwindSafe for nca0_romfs_superblock_t
impl Send for nca0_romfs_superblock_t
impl Sync for nca0_romfs_superblock_t
impl Unpin for nca0_romfs_superblock_t
impl UnwindSafe for nca0_romfs_superblock_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