[−][src]Struct hactool_sys::hactool_settings_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_tTrait Implementations
impl Copy for hactool_settings_t[src]
impl Clone for hactool_settings_t[src]
fn clone(&self) -> 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
impl !Send for hactool_settings_t
impl !Sync for hactool_settings_t
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,