#[repr(C)]pub struct hactool_ctx_t {
pub file_type: hactool_file_type,
pub file: *mut FILE,
pub base_file: *mut FILE,
pub base_file_type: hactool_basefile_t,
pub base_nca_ctx: *mut nca_ctx,
pub settings: hactool_settings_t,
pub action: u32,
}Fields§
§file_type: hactool_file_type§file: *mut FILE§base_file: *mut FILE§base_file_type: hactool_basefile_t§base_nca_ctx: *mut nca_ctx§settings: hactool_settings_t§action: u32Trait Implementations§
Source§impl Clone for hactool_ctx_t
impl Clone for hactool_ctx_t
Source§fn clone(&self) -> hactool_ctx_t
fn clone(&self) -> hactool_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 hactool_ctx_t
impl Default for hactool_ctx_t
impl Copy for hactool_ctx_t
Auto Trait Implementations§
impl Freeze for hactool_ctx_t
impl RefUnwindSafe for hactool_ctx_t
impl !Send for hactool_ctx_t
impl !Sync for hactool_ctx_t
impl Unpin for hactool_ctx_t
impl UnwindSafe for hactool_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