Struct vitasdk_sys::SceJpegOutputInfo
source · #[repr(C)]pub struct SceJpegOutputInfo {
pub colorSpace: SceInt32,
pub width: SceUInt16,
pub height: SceUInt16,
pub outputSize: SceUInt32,
pub unk_0xc: SceUInt32,
pub unk_0x10: SceUInt32,
pub pitch: [SceJpegPitch; 4],
}Fields§
§colorSpace: SceInt32§width: SceUInt16§height: SceUInt16§outputSize: SceUInt32§unk_0xc: SceUInt32§unk_0x10: SceUInt32§pitch: [SceJpegPitch; 4]Trait Implementations§
source§impl Clone for SceJpegOutputInfo
impl Clone for SceJpegOutputInfo
source§fn clone(&self) -> SceJpegOutputInfo
fn clone(&self) -> SceJpegOutputInfo
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