#[repr(C)]pub struct GetLatencyMarkerInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub timing_count: u32,
pub timings: *mut LatencyTimingsFrameReportNV,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§timing_count: u32§timings: *mut LatencyTimingsFrameReportNVTrait Implementations§
Source§impl Clone for GetLatencyMarkerInfoNV
impl Clone for GetLatencyMarkerInfoNV
Source§fn clone(&self) -> GetLatencyMarkerInfoNV
fn clone(&self) -> GetLatencyMarkerInfoNV
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 GetLatencyMarkerInfoNV
impl Debug for GetLatencyMarkerInfoNV
Source§impl Default for GetLatencyMarkerInfoNV
impl Default for GetLatencyMarkerInfoNV
Source§impl Hash for GetLatencyMarkerInfoNV
impl Hash for GetLatencyMarkerInfoNV
Source§impl PartialEq for GetLatencyMarkerInfoNV
impl PartialEq for GetLatencyMarkerInfoNV
impl Copy for GetLatencyMarkerInfoNV
impl Eq for GetLatencyMarkerInfoNV
impl Send for GetLatencyMarkerInfoNV
impl StructuralPartialEq for GetLatencyMarkerInfoNV
impl Sync for GetLatencyMarkerInfoNV
Auto Trait Implementations§
impl Freeze for GetLatencyMarkerInfoNV
impl RefUnwindSafe for GetLatencyMarkerInfoNV
impl Unpin for GetLatencyMarkerInfoNV
impl UnwindSafe for GetLatencyMarkerInfoNV
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