Struct ctru_sys::FS_SystemSaveDataInfo
source · #[repr(C)]pub struct FS_SystemSaveDataInfo {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub unknown: u8_,
pub reserved: u16_,
pub saveId: u32_,
}
Expand description
System save data information.
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§unknown: u8_
< Unknown.
reserved: u16_
< Reserved.
saveId: u32_
< Save ID.
Implementations§
source§impl FS_SystemSaveDataInfo
impl FS_SystemSaveDataInfo
pub fn mediaType(&self) -> FS_MediaType
pub fn set_mediaType(&mut self, val: FS_MediaType)
pub fn new_bitfield_1(mediaType: FS_MediaType) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for FS_SystemSaveDataInfo
impl Clone for FS_SystemSaveDataInfo
source§fn clone(&self) -> FS_SystemSaveDataInfo
fn clone(&self) -> FS_SystemSaveDataInfo
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 more