Struct ctru_sys::ExHeader_SystemInfoFlags
source · #[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 fn is_sd_application(&self) -> bool
pub fn set_is_sd_application(&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 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 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