Struct vitasdk_sys::SceRazorGpuLiveEntryJob
source · #[repr(C)]pub struct SceRazorGpuLiveEntryJob {
pub header: SceRazorGpuLiveEntryHeader,
pub start_time: u64,
pub end_time: u64,
pub type_: u8,
pub core: i8,
pub scene_index: u16,
pub frame_number: u32,
pub job_values: SceRazorGpuLiveEntryJobValues,
pub process_id: u32,
pub unk: c_int,
}Fields§
§header: SceRazorGpuLiveEntryHeader§start_time: u64§end_time: u64§type_: u8§core: i8§scene_index: u16§frame_number: u32§job_values: SceRazorGpuLiveEntryJobValues§process_id: u32§unk: c_intTrait Implementations§
source§impl Clone for SceRazorGpuLiveEntryJob
impl Clone for SceRazorGpuLiveEntryJob
source§fn clone(&self) -> SceRazorGpuLiveEntryJob
fn clone(&self) -> SceRazorGpuLiveEntryJob
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