Struct ash::vk::GetLatencyMarkerInfoNV
source · #[repr(C)]pub struct GetLatencyMarkerInfoNV<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub timing_count: u32,
pub p_timings: *mut LatencyTimingsFrameReportNV<'a>,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§timing_count: u32
§p_timings: *mut LatencyTimingsFrameReportNV<'a>
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> GetLatencyMarkerInfoNV<'a>
impl<'a> GetLatencyMarkerInfoNV<'a>
pub fn timings(self, timings: &'a mut [LatencyTimingsFrameReportNV<'_>]) -> Self
Trait Implementations§
source§impl<'a> Clone for GetLatencyMarkerInfoNV<'a>
impl<'a> Clone for GetLatencyMarkerInfoNV<'a>
source§fn clone(&self) -> GetLatencyMarkerInfoNV<'a>
fn clone(&self) -> GetLatencyMarkerInfoNV<'a>
Returns a copy 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<'a> Debug for GetLatencyMarkerInfoNV<'a>
impl<'a> Debug for GetLatencyMarkerInfoNV<'a>
source§impl Default for GetLatencyMarkerInfoNV<'_>
impl Default for GetLatencyMarkerInfoNV<'_>
source§impl<'a> TaggedStructure for GetLatencyMarkerInfoNV<'a>
impl<'a> TaggedStructure for GetLatencyMarkerInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::GET_LATENCY_MARKER_INFO_NV
impl<'a> Copy for GetLatencyMarkerInfoNV<'a>
impl Send for GetLatencyMarkerInfoNV<'_>
impl Sync for GetLatencyMarkerInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetLatencyMarkerInfoNV<'a>
impl<'a> RefUnwindSafe for GetLatencyMarkerInfoNV<'a>
impl<'a> Unpin for GetLatencyMarkerInfoNV<'a>
impl<'a> UnwindSafe for GetLatencyMarkerInfoNV<'a>
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