Struct vitasdk_sys::SceAppMgrSaveDataData
source · #[repr(C)]pub struct SceAppMgrSaveDataData {
pub size: c_int,
pub slotId: c_uint,
pub slotParam: *mut SceAppUtilSaveDataSlotParam,
pub reserved: [u8; 32],
pub files: *mut SceAppUtilSaveDataFile,
pub fileNum: c_int,
pub mountPoint: SceAppUtilSaveDataMountPoint,
pub requiredSizeKB: *mut c_uint,
pub unk_0x48: c_int,
}Fields§
§size: c_int§slotId: c_uint§slotParam: *mut SceAppUtilSaveDataSlotParam§reserved: [u8; 32]§files: *mut SceAppUtilSaveDataFile§fileNum: c_int§mountPoint: SceAppUtilSaveDataMountPoint§requiredSizeKB: *mut c_uint§unk_0x48: c_intTrait Implementations§
source§impl Clone for SceAppMgrSaveDataData
impl Clone for SceAppMgrSaveDataData
source§fn clone(&self) -> SceAppMgrSaveDataData
fn clone(&self) -> SceAppMgrSaveDataData
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