Struct vitasdk_sys::PhotoExportParam
source · #[repr(C)]pub struct PhotoExportParam {
pub version: c_int,
pub photoTitle: *const SceWChar32,
pub gameTitle: *const SceWChar32,
pub gameComment: *const SceWChar32,
pub reserved: [c_int; 8],
}Fields§
§version: c_int§photoTitle: *const SceWChar32§gameTitle: *const SceWChar32§gameComment: *const SceWChar32§reserved: [c_int; 8]Trait Implementations§
source§impl Clone for PhotoExportParam
impl Clone for PhotoExportParam
source§fn clone(&self) -> PhotoExportParam
fn clone(&self) -> PhotoExportParam
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