pub struct GetLatencyMarkerInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for GetLatencyMarkerInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> GetLatencyMarkerInfoNVBuilder<'a>
pub fn timing_count(self, value: u32) -> Self
pub fn timings(self, slice: &'a mut [LatencyTimingsFrameReportNV]) -> Self
Sourcepub fn push_next<T: ExtendsGetLatencyMarkerInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsGetLatencyMarkerInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See GetLatencyMarkerInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> Deref for GetLatencyMarkerInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> !Send for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> !Sync for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> Unpin for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for GetLatencyMarkerInfoNVBuilder<'a>
impl<'a> UnwindSafe for GetLatencyMarkerInfoNVBuilder<'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