Struct ctru_sys::ExHeader_SystemControlInfo
source · #[repr(C)]pub struct ExHeader_SystemControlInfo {
pub codeset_info: ExHeader_CodeSetInfo,
pub dependencies: [u64_; 48],
pub system_info: ExHeader_SystemInfo,
}
Expand description
The code set info, dependencies and system info of a title (SCI)
Fields§
§codeset_info: ExHeader_CodeSetInfo
< Code set info, see ExHeader_CodeSetInfo
dependencies: [u64_; 48]
< Title IDs of the titles that this program depends on
system_info: ExHeader_SystemInfo
< System info, see ExHeader_SystemInfo
Trait Implementations§
source§impl Clone for ExHeader_SystemControlInfo
impl Clone for ExHeader_SystemControlInfo
source§fn clone(&self) -> ExHeader_SystemControlInfo
fn clone(&self) -> ExHeader_SystemControlInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more