Struct vitasdk_sys::SceCommonDialogUpdateParam
source · #[repr(C)]pub struct SceCommonDialogUpdateParam {
pub renderTarget: SceCommonDialogRenderTargetInfo,
pub displaySyncObject: *mut SceGxmSyncObject,
pub reserved: [SceUInt8; 32],
}Fields§
§renderTarget: SceCommonDialogRenderTargetInfo§displaySyncObject: *mut SceGxmSyncObject§reserved: [SceUInt8; 32]Trait Implementations§
source§impl Clone for SceCommonDialogUpdateParam
impl Clone for SceCommonDialogUpdateParam
source§fn clone(&self) -> SceCommonDialogUpdateParam
fn clone(&self) -> SceCommonDialogUpdateParam
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