#[repr(C)]pub struct hactool_settings_t {Show 35 fields
pub keyset: nca_keyset_t,
pub skip_key_warnings: c_int,
pub has_cli_titlekey: c_int,
pub cli_titlekey: [c_uchar; 16],
pub dec_cli_titlekey: [c_uchar; 16],
pub known_titlekeys: known_titlekeys_t,
pub has_cli_contentkey: c_int,
pub cli_contentkey: [c_uchar; 16],
pub has_sdseed: c_int,
pub sdseed: [c_uchar; 16],
pub keygen_sbk: [c_uchar; 16],
pub keygen_tsec: [c_uchar; 16],
pub section_paths: [filepath_t; 4],
pub section_dir_paths: [filepath_t; 4],
pub exefs_path: override_filepath_t,
pub exefs_dir_path: override_filepath_t,
pub romfs_path: override_filepath_t,
pub romfs_dir_path: override_filepath_t,
pub out_dir_path: override_filepath_t,
pub pfs0_dir_path: filepath_t,
pub hfs0_dir_path: filepath_t,
pub pk11_dir_path: filepath_t,
pub pk21_dir_path: filepath_t,
pub ini1_dir_path: filepath_t,
pub plaintext_path: filepath_t,
pub uncompressed_path: filepath_t,
pub rootpt_dir_path: filepath_t,
pub update_dir_path: filepath_t,
pub normal_dir_path: filepath_t,
pub secure_dir_path: filepath_t,
pub logo_dir_path: filepath_t,
pub header_path: filepath_t,
pub nax0_path: filepath_t,
pub nax0_sd_path: filepath_t,
pub npdm_json_path: filepath_t,
}Fields§
§keyset: nca_keyset_t§skip_key_warnings: c_int§has_cli_titlekey: c_int§cli_titlekey: [c_uchar; 16]§dec_cli_titlekey: [c_uchar; 16]§known_titlekeys: known_titlekeys_t§has_cli_contentkey: c_int§cli_contentkey: [c_uchar; 16]§has_sdseed: c_int§sdseed: [c_uchar; 16]§keygen_sbk: [c_uchar; 16]§keygen_tsec: [c_uchar; 16]§section_paths: [filepath_t; 4]§section_dir_paths: [filepath_t; 4]§exefs_path: override_filepath_t§exefs_dir_path: override_filepath_t§romfs_path: override_filepath_t§romfs_dir_path: override_filepath_t§out_dir_path: override_filepath_t§pfs0_dir_path: filepath_t§hfs0_dir_path: filepath_t§pk11_dir_path: filepath_t§pk21_dir_path: filepath_t§ini1_dir_path: filepath_t§plaintext_path: filepath_t§uncompressed_path: filepath_t§rootpt_dir_path: filepath_t§update_dir_path: filepath_t§normal_dir_path: filepath_t§secure_dir_path: filepath_t§logo_dir_path: filepath_t§header_path: filepath_t§nax0_path: filepath_t§nax0_sd_path: filepath_t§npdm_json_path: filepath_tTrait Implementations§
Source§impl Clone for hactool_settings_t
impl Clone for hactool_settings_t
Source§fn clone(&self) -> hactool_settings_t
fn clone(&self) -> hactool_settings_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_settings_t
impl Default for hactool_settings_t
impl Copy for hactool_settings_t
Auto Trait Implementations§
impl Freeze for hactool_settings_t
impl RefUnwindSafe for hactool_settings_t
impl !Send for hactool_settings_t
impl !Sync for hactool_settings_t
impl Unpin for hactool_settings_t
impl UnwindSafe for hactool_settings_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