#[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 duplicate 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 moreSource§impl Debug for ExHeader_SystemControlInfo
impl Debug for ExHeader_SystemControlInfo
Source§impl Default for ExHeader_SystemControlInfo
impl Default for ExHeader_SystemControlInfo
impl Copy for ExHeader_SystemControlInfo
Auto Trait Implementations§
impl Freeze for ExHeader_SystemControlInfo
impl RefUnwindSafe for ExHeader_SystemControlInfo
impl Send for ExHeader_SystemControlInfo
impl Sync for ExHeader_SystemControlInfo
impl Unpin for ExHeader_SystemControlInfo
impl UnwindSafe for ExHeader_SystemControlInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)