#[repr(C)]pub struct bktr_section_ctx_t {Show 13 fields
pub superblock: *mut bktr_superblock_t,
pub file: *mut FILE,
pub superblock_hash_validity: validity_t,
pub relocation_block: *mut bktr_relocation_block_t,
pub subsection_block: *mut bktr_subsection_block_t,
pub ivfc_levels: [ivfc_level_ctx_t; 6],
pub romfs_offset: u64,
pub header: romfs_hdr_t,
pub directories: *mut romfs_direntry_t,
pub files: *mut romfs_fentry_t,
pub virtual_seek: u64,
pub bktr_seek: u64,
pub base_seek: u64,
}Fields§
§superblock: *mut bktr_superblock_t§file: *mut FILE§superblock_hash_validity: validity_t§relocation_block: *mut bktr_relocation_block_t§subsection_block: *mut bktr_subsection_block_t§ivfc_levels: [ivfc_level_ctx_t; 6]§romfs_offset: u64§header: romfs_hdr_t§directories: *mut romfs_direntry_t§files: *mut romfs_fentry_t§virtual_seek: u64§bktr_seek: u64§base_seek: u64Trait Implementations§
Source§impl Clone for bktr_section_ctx_t
impl Clone for bktr_section_ctx_t
Source§fn clone(&self) -> bktr_section_ctx_t
fn clone(&self) -> bktr_section_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 bktr_section_ctx_t
impl Debug for bktr_section_ctx_t
Source§impl Default for bktr_section_ctx_t
impl Default for bktr_section_ctx_t
impl Copy for bktr_section_ctx_t
Auto Trait Implementations§
impl Freeze for bktr_section_ctx_t
impl RefUnwindSafe for bktr_section_ctx_t
impl !Send for bktr_section_ctx_t
impl !Sync for bktr_section_ctx_t
impl Unpin for bktr_section_ctx_t
impl UnwindSafe for bktr_section_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