Struct ctru_sys::ExHeader_Info
source · #[repr(C)]pub struct ExHeader_Info {
pub sci: ExHeader_SystemControlInfo,
pub aci: ExHeader_AccessControlInfo,
}
Expand description
Main extended header data, as returned by PXIPM, Loader and FSREG service commands
Fields§
§sci: ExHeader_SystemControlInfo
< System control info, see ExHeader_SystemControlInfo
aci: ExHeader_AccessControlInfo
< Access control info, see ExHeader_AccessControlInfo
Trait Implementations§
source§impl Clone for ExHeader_Info
impl Clone for ExHeader_Info
source§fn clone(&self) -> ExHeader_Info
fn clone(&self) -> ExHeader_Info
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