[][src]Struct hactool_sys::nca_section_ctx_t

#[repr(C)]
pub struct nca_section_ctx_t { pub is_present: c_int, pub type_: nca_section_type, pub file: *mut FILE, pub offset: u64, pub size: u64, pub section_num: u32, pub header: *mut nca_fs_header_t, pub is_decrypted: c_int, pub sector_size: u64, pub sector_mask: u64, pub aes: *mut aes_ctx_t, pub tool_ctx: *mut hactool_ctx_t, pub __bindgen_anon_1: nca_section_ctx_t__bindgen_ty_1, pub superblock_hash_validity: validity_t, pub ctr: [c_uchar; 16], pub cur_seek: u64, pub sector_num: usize, pub sector_ofs: u32, pub physical_reads: c_int, pub crypt_type: section_crypt_type_t, }

Fields

is_present: c_inttype_: nca_section_typefile: *mut FILEoffset: u64size: u64section_num: u32header: *mut nca_fs_header_tis_decrypted: c_intsector_size: u64sector_mask: u64aes: *mut aes_ctx_ttool_ctx: *mut hactool_ctx_t__bindgen_anon_1: nca_section_ctx_t__bindgen_ty_1superblock_hash_validity: validity_tctr: [c_uchar; 16]cur_seek: u64sector_num: usizesector_ofs: u32physical_reads: c_intcrypt_type: section_crypt_type_t

Trait Implementations

impl Copy for nca_section_ctx_t[src]

impl Default for nca_section_ctx_t[src]

impl Clone for nca_section_ctx_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]