#[repr(C)]pub struct ExHeader_SystemInfoFlags {
pub reserved: [u8_; 5],
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub remaster_version: u16_,
}Expand description
The system info flags and remaster version of a title
Fields§
§reserved: [u8_; 5]< Reserved
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§remaster_version: u16_< Remaster version
Implementations§
Source§impl ExHeader_SystemInfoFlags
impl ExHeader_SystemInfoFlags
pub fn compress_exefs_code(&self) -> bool
pub fn set_compress_exefs_code(&mut self, val: bool)
pub unsafe fn compress_exefs_code_raw(this: *const Self) -> bool
pub unsafe fn set_compress_exefs_code_raw(this: *mut Self, val: bool)
pub fn is_sd_application(&self) -> bool
pub fn set_is_sd_application(&mut self, val: bool)
pub unsafe fn is_sd_application_raw(this: *const Self) -> bool
pub unsafe fn set_is_sd_application_raw(this: *mut Self, val: bool)
pub fn new_bitfield_1( compress_exefs_code: bool, is_sd_application: bool, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for ExHeader_SystemInfoFlags
impl Clone for ExHeader_SystemInfoFlags
Source§fn clone(&self) -> ExHeader_SystemInfoFlags
fn clone(&self) -> ExHeader_SystemInfoFlags
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_SystemInfoFlags
impl Debug for ExHeader_SystemInfoFlags
Source§impl Default for ExHeader_SystemInfoFlags
impl Default for ExHeader_SystemInfoFlags
Source§fn default() -> ExHeader_SystemInfoFlags
fn default() -> ExHeader_SystemInfoFlags
Returns the “default value” for a type. Read more
impl Copy for ExHeader_SystemInfoFlags
Auto Trait Implementations§
impl Freeze for ExHeader_SystemInfoFlags
impl RefUnwindSafe for ExHeader_SystemInfoFlags
impl Send for ExHeader_SystemInfoFlags
impl Sync for ExHeader_SystemInfoFlags
impl Unpin for ExHeader_SystemInfoFlags
impl UnwindSafe for ExHeader_SystemInfoFlags
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)