Struct vitasdk_sys::SceAppMgrSaveDataSlot
source · #[repr(C)]pub struct SceAppMgrSaveDataSlot {
pub size: c_int,
pub slotId: c_uint,
pub slotParam: SceAppUtilSaveDataSlotParam,
pub reserved: [u8; 116],
pub mountPoint: SceAppUtilSaveDataMountPoint,
pub reserved2: [u8; 64],
}Fields§
§size: c_int§slotId: c_uint§slotParam: SceAppUtilSaveDataSlotParam§reserved: [u8; 116]§mountPoint: SceAppUtilSaveDataMountPoint§reserved2: [u8; 64]Trait Implementations§
source§impl Clone for SceAppMgrSaveDataSlot
impl Clone for SceAppMgrSaveDataSlot
source§fn clone(&self) -> SceAppMgrSaveDataSlot
fn clone(&self) -> SceAppMgrSaveDataSlot
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