#[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 unsafe fn reserved_raw(this: *const Self) -> u32_
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32_)
pub fn no_romfs(&self) -> bool
pub fn set_no_romfs(&mut self, val: bool)
pub unsafe fn no_romfs_raw(this: *const Self) -> bool
pub unsafe fn set_no_romfs_raw(this: *mut Self, val: bool)
pub fn use_extended_savedata_access(&self) -> bool
pub fn set_use_extended_savedata_access(&mut self, val: bool)
pub unsafe fn use_extended_savedata_access_raw(this: *const Self) -> bool
pub unsafe fn set_use_extended_savedata_access_raw(this: *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 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_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
impl Copy for ExHeader_Arm11StorageInfo
Auto Trait Implementations§
impl Freeze for ExHeader_Arm11StorageInfo
impl RefUnwindSafe for ExHeader_Arm11StorageInfo
impl Send for ExHeader_Arm11StorageInfo
impl Sync for ExHeader_Arm11StorageInfo
impl Unpin for ExHeader_Arm11StorageInfo
impl UnwindSafe for ExHeader_Arm11StorageInfo
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)