#[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

source

pub fn reserved(&self) -> u32_

source

pub fn set_reserved(&mut self, val: u32_)

source

pub fn no_romfs(&self) -> bool

source

pub fn set_no_romfs(&mut self, val: bool)

source

pub fn use_extended_savedata_access(&self) -> bool

source

pub fn set_use_extended_savedata_access(&mut self, val: bool)

source

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

source§

fn clone(&self) -> ExHeader_Arm11StorageInfo

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExHeader_Arm11StorageInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ExHeader_Arm11StorageInfo

source§

fn default() -> ExHeader_Arm11StorageInfo

Returns the “default value” for a type. Read more
source§

impl Copy for ExHeader_Arm11StorageInfo

Auto Trait Implementations§

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.