#[repr(C)]pub struct SceCommonDialogRenderTargetInfo {
pub depthSurfaceData: ScePVoid,
pub colorSurfaceData: ScePVoid,
pub surfaceType: SceGxmColorSurfaceType,
pub colorFormat: SceGxmColorFormat,
pub width: SceUInt32,
pub height: SceUInt32,
pub strideInPixels: SceUInt32,
pub reserved: [SceUInt8; 32],
}Fields§
§depthSurfaceData: ScePVoid§colorSurfaceData: ScePVoid§surfaceType: SceGxmColorSurfaceType§colorFormat: SceGxmColorFormat§width: SceUInt32§height: SceUInt32§strideInPixels: SceUInt32§reserved: [SceUInt8; 32]Trait Implementations§
source§impl Clone for SceCommonDialogRenderTargetInfo
impl Clone for SceCommonDialogRenderTargetInfo
source§fn clone(&self) -> SceCommonDialogRenderTargetInfo
fn clone(&self) -> SceCommonDialogRenderTargetInfo
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