#[repr(C)]pub struct ExHeader_Arm11CoreInfo {
pub core_version: u32_,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
pub priority: u8_,
}Expand description
The CPU-related and memory-layout-related info of a title
Fields§
§core_version: u32_< The low title ID of the target firmware
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>§priority: u8_< The priority of the title’s main thread
Implementations§
Source§impl ExHeader_Arm11CoreInfo
impl ExHeader_Arm11CoreInfo
pub fn use_cpu_clockrate_804MHz(&self) -> bool
pub fn set_use_cpu_clockrate_804MHz(&mut self, val: bool)
pub unsafe fn use_cpu_clockrate_804MHz_raw(this: *const Self) -> bool
pub unsafe fn set_use_cpu_clockrate_804MHz_raw(this: *mut Self, val: bool)
pub fn enable_l2c(&self) -> bool
pub fn set_enable_l2c(&mut self, val: bool)
pub unsafe fn enable_l2c_raw(this: *const Self) -> bool
pub unsafe fn set_enable_l2c_raw(this: *mut Self, val: bool)
pub fn flag1_unused(&self) -> u8_
pub fn set_flag1_unused(&mut self, val: u8_)
pub unsafe fn flag1_unused_raw(this: *const Self) -> u8_
pub unsafe fn set_flag1_unused_raw(this: *mut Self, val: u8_)
pub fn n3ds_system_mode(&self) -> SystemMode
pub fn set_n3ds_system_mode(&mut self, val: SystemMode)
pub unsafe fn n3ds_system_mode_raw(this: *const Self) -> SystemMode
pub unsafe fn set_n3ds_system_mode_raw(this: *mut Self, val: SystemMode)
pub fn flag2_unused(&self) -> u8_
pub fn set_flag2_unused(&mut self, val: u8_)
pub unsafe fn flag2_unused_raw(this: *const Self) -> u8_
pub unsafe fn set_flag2_unused_raw(this: *mut Self, val: u8_)
pub fn ideal_processor(&self) -> u8_
pub fn set_ideal_processor(&mut self, val: u8_)
pub unsafe fn ideal_processor_raw(this: *const Self) -> u8_
pub unsafe fn set_ideal_processor_raw(this: *mut Self, val: u8_)
pub fn affinity_mask(&self) -> u8_
pub fn set_affinity_mask(&mut self, val: u8_)
pub unsafe fn affinity_mask_raw(this: *const Self) -> u8_
pub unsafe fn set_affinity_mask_raw(this: *mut Self, val: u8_)
pub fn o3ds_system_mode(&self) -> SystemMode
pub fn set_o3ds_system_mode(&mut self, val: SystemMode)
pub unsafe fn o3ds_system_mode_raw(this: *const Self) -> SystemMode
pub unsafe fn set_o3ds_system_mode_raw(this: *mut Self, val: SystemMode)
pub fn new_bitfield_1( use_cpu_clockrate_804MHz: bool, enable_l2c: bool, flag1_unused: u8_, n3ds_system_mode: SystemMode, flag2_unused: u8_, ideal_processor: u8_, affinity_mask: u8_, o3ds_system_mode: SystemMode, ) -> __BindgenBitfieldUnit<[u8; 3]>
Trait Implementations§
Source§impl Clone for ExHeader_Arm11CoreInfo
impl Clone for ExHeader_Arm11CoreInfo
Source§fn clone(&self) -> ExHeader_Arm11CoreInfo
fn clone(&self) -> ExHeader_Arm11CoreInfo
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_Arm11CoreInfo
impl Debug for ExHeader_Arm11CoreInfo
Source§impl Default for ExHeader_Arm11CoreInfo
impl Default for ExHeader_Arm11CoreInfo
impl Copy for ExHeader_Arm11CoreInfo
Auto Trait Implementations§
impl Freeze for ExHeader_Arm11CoreInfo
impl RefUnwindSafe for ExHeader_Arm11CoreInfo
impl Send for ExHeader_Arm11CoreInfo
impl Sync for ExHeader_Arm11CoreInfo
impl Unpin for ExHeader_Arm11CoreInfo
impl UnwindSafe for ExHeader_Arm11CoreInfo
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)