[][src]Struct hactool_sys::hactool_settings_t

#[repr(C)]
pub struct hactool_settings_t { 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_tskip_key_warnings: c_inthas_cli_titlekey: c_intcli_titlekey: [c_uchar; 16]dec_cli_titlekey: [c_uchar; 16]known_titlekeys: known_titlekeys_thas_cli_contentkey: c_intcli_contentkey: [c_uchar; 16]has_sdseed: c_intsdseed: [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_texefs_dir_path: override_filepath_tromfs_path: override_filepath_tromfs_dir_path: override_filepath_tout_dir_path: override_filepath_tpfs0_dir_path: filepath_thfs0_dir_path: filepath_tpk11_dir_path: filepath_tpk21_dir_path: filepath_tini1_dir_path: filepath_tplaintext_path: filepath_tuncompressed_path: filepath_trootpt_dir_path: filepath_tupdate_dir_path: filepath_tnormal_dir_path: filepath_tsecure_dir_path: filepath_tlogo_dir_path: filepath_theader_path: filepath_tnax0_path: filepath_tnax0_sd_path: filepath_tnpdm_json_path: filepath_t

Trait Implementations

impl Copy for hactool_settings_t[src]

impl Default for hactool_settings_t[src]

impl Clone for hactool_settings_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]