Struct ctru_sys::FS_ExtSaveDataInfo
source · #[repr(C, packed(1))]pub struct FS_ExtSaveDataInfo {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub unknown: u8_,
pub reserved1: u16_,
pub saveId: u64_,
pub reserved2: u32_,
}
Expand description
Ext save data information.
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§unknown: u8_
< Unknown.
reserved1: u16_
< Reserved.
saveId: u64_
< Save ID.
reserved2: u32_
< Reserved.
Implementations§
source§impl FS_ExtSaveDataInfo
impl FS_ExtSaveDataInfo
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_ExtSaveDataInfo
impl Clone for FS_ExtSaveDataInfo
source§fn clone(&self) -> FS_ExtSaveDataInfo
fn clone(&self) -> FS_ExtSaveDataInfo
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