#[repr(C)]pub struct VkLatencyTimingsFrameReportNV {Show 16 fields
pub sType: VkStructureType,
pub pNext: *const c_void,
pub presentID: u64,
pub inputSampleTimeUs: u64,
pub simStartTimeUs: u64,
pub simEndTimeUs: u64,
pub renderSubmitStartTimeUs: u64,
pub renderSubmitEndTimeUs: u64,
pub presentStartTimeUs: u64,
pub presentEndTimeUs: u64,
pub driverStartTimeUs: u64,
pub driverEndTimeUs: u64,
pub osRenderQueueStartTimeUs: u64,
pub osRenderQueueEndTimeUs: u64,
pub gpuRenderStartTimeUs: u64,
pub gpuRenderEndTimeUs: u64,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§presentID: u64
§inputSampleTimeUs: u64
§simStartTimeUs: u64
§simEndTimeUs: u64
§renderSubmitStartTimeUs: u64
§renderSubmitEndTimeUs: u64
§presentStartTimeUs: u64
§presentEndTimeUs: u64
§driverStartTimeUs: u64
§driverEndTimeUs: u64
§osRenderQueueStartTimeUs: u64
§osRenderQueueEndTimeUs: u64
§gpuRenderStartTimeUs: u64
§gpuRenderEndTimeUs: u64
Trait Implementations§
Source§impl Clone for VkLatencyTimingsFrameReportNV
impl Clone for VkLatencyTimingsFrameReportNV
Source§fn clone(&self) -> VkLatencyTimingsFrameReportNV
fn clone(&self) -> VkLatencyTimingsFrameReportNV
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 moreimpl Copy for VkLatencyTimingsFrameReportNV
Auto Trait Implementations§
impl Freeze for VkLatencyTimingsFrameReportNV
impl RefUnwindSafe for VkLatencyTimingsFrameReportNV
impl !Send for VkLatencyTimingsFrameReportNV
impl !Sync for VkLatencyTimingsFrameReportNV
impl Unpin for VkLatencyTimingsFrameReportNV
impl UnwindSafe for VkLatencyTimingsFrameReportNV
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