#[repr(C)]pub struct nca0_romfs_ctx_t {
pub superblock: *mut nca0_romfs_superblock_t,
pub file: *mut FILE,
pub tool_ctx: *mut hactool_ctx_t,
pub superblock_hash_validity: validity_t,
pub hash_table_validity: validity_t,
pub romfs_offset: u64,
pub header: nca0_romfs_hdr_t,
pub directories: *mut romfs_direntry_t,
pub files: *mut romfs_fentry_t,
}Fields§
§superblock: *mut nca0_romfs_superblock_t§file: *mut FILE§tool_ctx: *mut hactool_ctx_t§superblock_hash_validity: validity_t§hash_table_validity: validity_t§romfs_offset: u64§header: nca0_romfs_hdr_t§directories: *mut romfs_direntry_t§files: *mut romfs_fentry_tTrait Implementations§
Source§impl Clone for nca0_romfs_ctx_t
impl Clone for nca0_romfs_ctx_t
Source§fn clone(&self) -> nca0_romfs_ctx_t
fn clone(&self) -> nca0_romfs_ctx_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_ctx_t
impl Debug for nca0_romfs_ctx_t
Source§impl Default for nca0_romfs_ctx_t
impl Default for nca0_romfs_ctx_t
impl Copy for nca0_romfs_ctx_t
Auto Trait Implementations§
impl Freeze for nca0_romfs_ctx_t
impl RefUnwindSafe for nca0_romfs_ctx_t
impl !Send for nca0_romfs_ctx_t
impl !Sync for nca0_romfs_ctx_t
impl Unpin for nca0_romfs_ctx_t
impl UnwindSafe for nca0_romfs_ctx_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