Struct vitasdk_sys::SceRazorGpuLiveEntryFrame
source · #[repr(C)]pub struct SceRazorGpuLiveEntryFrame {
pub header: SceRazorGpuLiveEntryHeader,
pub start_time: u64,
pub duration: u32,
pub frame_number: u32,
pub gpu_activity_duration_time: u32,
pub reserved: c_int,
}Fields§
§header: SceRazorGpuLiveEntryHeader§start_time: u64§duration: u32§frame_number: u32§gpu_activity_duration_time: u32§reserved: c_intTrait Implementations§
source§impl Clone for SceRazorGpuLiveEntryFrame
impl Clone for SceRazorGpuLiveEntryFrame
source§fn clone(&self) -> SceRazorGpuLiveEntryFrame
fn clone(&self) -> SceRazorGpuLiveEntryFrame
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