#[repr(C)]pub struct nax0_ctx_t {
pub base_path: filepath_t,
pub tool_ctx: *mut hactool_ctx_t,
pub aes_ctx: *mut aes_ctx_t,
pub files: *mut *mut FILE,
pub num_files: c_uint,
pub k: c_uint,
pub encrypted_keys: [[c_uchar; 16]; 2],
pub header: nax0_header_t,
}Fields§
§base_path: filepath_t§tool_ctx: *mut hactool_ctx_t§aes_ctx: *mut aes_ctx_t§files: *mut *mut FILE§num_files: c_uint§k: c_uint§encrypted_keys: [[c_uchar; 16]; 2]§header: nax0_header_tTrait Implementations§
Source§impl Clone for nax0_ctx_t
impl Clone for nax0_ctx_t
Source§fn clone(&self) -> nax0_ctx_t
fn clone(&self) -> nax0_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 Default for nax0_ctx_t
impl Default for nax0_ctx_t
impl Copy for nax0_ctx_t
Auto Trait Implementations§
impl Freeze for nax0_ctx_t
impl RefUnwindSafe for nax0_ctx_t
impl !Send for nax0_ctx_t
impl !Sync for nax0_ctx_t
impl Unpin for nax0_ctx_t
impl UnwindSafe for nax0_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