#[repr(C)]pub struct LatencyTimingsFrameReportNV {Show 16 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub present_id: u64,
pub input_sample_time_us: u64,
pub sim_start_time_us: u64,
pub sim_end_time_us: u64,
pub render_submit_start_time_us: u64,
pub render_submit_end_time_us: u64,
pub present_start_time_us: u64,
pub present_end_time_us: u64,
pub driver_start_time_us: u64,
pub driver_end_time_us: u64,
pub os_render_queue_start_time_us: u64,
pub os_render_queue_end_time_us: u64,
pub gpu_render_start_time_us: u64,
pub gpu_render_end_time_us: u64,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§present_id: u64§input_sample_time_us: u64§sim_start_time_us: u64§sim_end_time_us: u64§render_submit_start_time_us: u64§render_submit_end_time_us: u64§present_start_time_us: u64§present_end_time_us: u64§driver_start_time_us: u64§driver_end_time_us: u64§os_render_queue_start_time_us: u64§os_render_queue_end_time_us: u64§gpu_render_start_time_us: u64§gpu_render_end_time_us: u64Trait Implementations§
Source§impl Clone for LatencyTimingsFrameReportNV
impl Clone for LatencyTimingsFrameReportNV
Source§fn clone(&self) -> LatencyTimingsFrameReportNV
fn clone(&self) -> LatencyTimingsFrameReportNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LatencyTimingsFrameReportNV
impl Debug for LatencyTimingsFrameReportNV
Source§impl Hash for LatencyTimingsFrameReportNV
impl Hash for LatencyTimingsFrameReportNV
impl Copy for LatencyTimingsFrameReportNV
impl Eq for LatencyTimingsFrameReportNV
impl Send for LatencyTimingsFrameReportNV
impl StructuralPartialEq for LatencyTimingsFrameReportNV
impl Sync for LatencyTimingsFrameReportNV
Auto Trait Implementations§
impl Freeze for LatencyTimingsFrameReportNV
impl RefUnwindSafe for LatencyTimingsFrameReportNV
impl Unpin for LatencyTimingsFrameReportNV
impl UnwindSafe for LatencyTimingsFrameReportNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more