Struct ctru_sys::ExHeader_Arm11StorageInfo
source · #[repr(C)]pub struct ExHeader_Arm11StorageInfo {
pub extdata_id: u64_,
pub system_savedata_ids: [u32_; 2],
pub accessible_savedata_ids: u64_,
pub fs_access_info: u32_,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Expand description
The ARM11 filesystem info of a title
Fields§
§extdata_id: u64_
< Extdata ID
system_savedata_ids: [u32_; 2]
< IDs of the system savedata accessible by the title
accessible_savedata_ids: u64_
< IDs of the savedata accessible by the title, 20 bits each, followed by “Use other variation savedata”
fs_access_info: u32_
< FS access flags
_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl ExHeader_Arm11StorageInfo
impl ExHeader_Arm11StorageInfo
pub fn reserved(&self) -> u32_
pub fn set_reserved(&mut self, val: u32_)
pub fn no_romfs(&self) -> bool
pub fn set_no_romfs(&mut self, val: bool)
pub fn use_extended_savedata_access(&self) -> bool
pub fn set_use_extended_savedata_access(&mut self, val: bool)
pub fn new_bitfield_1( reserved: u32_, no_romfs: bool, use_extended_savedata_access: bool ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for ExHeader_Arm11StorageInfo
impl Clone for ExHeader_Arm11StorageInfo
source§fn clone(&self) -> ExHeader_Arm11StorageInfo
fn clone(&self) -> ExHeader_Arm11StorageInfo
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_Arm11StorageInfo
impl Debug for ExHeader_Arm11StorageInfo
source§impl Default for ExHeader_Arm11StorageInfo
impl Default for ExHeader_Arm11StorageInfo
source§fn default() -> ExHeader_Arm11StorageInfo
fn default() -> ExHeader_Arm11StorageInfo
Returns the “default value” for a type. Read more