#[repr(C)]pub struct ExHeader_Arm11SystemLocalCapabilities {
pub title_id: u64_,
pub core_info: ExHeader_Arm11CoreInfo,
pub reslimits: [u16_; 16],
pub storage_info: ExHeader_Arm11StorageInfo,
pub service_access: [[c_char; 8]; 34],
pub reserved: [u8_; 15],
pub reslimit_category: ResourceLimitCategory,
}Expand description
The ARM11 system-local capabilities of a title
Fields§
§title_id: u64_< Title ID
core_info: ExHeader_Arm11CoreInfo< Core info, see ExHeader_Arm11CoreInfo
reslimits: [u16_; 16]< Resource limit descriptors, only “CpuTime” (first byte) sems to be used
storage_info: ExHeader_Arm11StorageInfo< Storage info, see ExHeader_Arm11StorageInfo
service_access: [[c_char; 8]; 34]< List of the services the title has access to. Limited to 32 prior to system version 9.3
reserved: [u8_; 15]< Reserved
reslimit_category: ResourceLimitCategory< Resource limit category, see ExHeader_Arm11SystemLocalCapabilities
Trait Implementations§
Source§impl Clone for ExHeader_Arm11SystemLocalCapabilities
impl Clone for ExHeader_Arm11SystemLocalCapabilities
Source§fn clone(&self) -> ExHeader_Arm11SystemLocalCapabilities
fn clone(&self) -> ExHeader_Arm11SystemLocalCapabilities
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_Arm11SystemLocalCapabilities
impl Debug for ExHeader_Arm11SystemLocalCapabilities
Source§impl Default for ExHeader_Arm11SystemLocalCapabilities
impl Default for ExHeader_Arm11SystemLocalCapabilities
impl Copy for ExHeader_Arm11SystemLocalCapabilities
Auto Trait Implementations§
impl Freeze for ExHeader_Arm11SystemLocalCapabilities
impl RefUnwindSafe for ExHeader_Arm11SystemLocalCapabilities
impl Send for ExHeader_Arm11SystemLocalCapabilities
impl Sync for ExHeader_Arm11SystemLocalCapabilities
impl Unpin for ExHeader_Arm11SystemLocalCapabilities
impl UnwindSafe for ExHeader_Arm11SystemLocalCapabilities
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)