#[repr(C)]pub struct SetLatencyMarkerInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub present_id: u64,
pub marker: LatencyMarkerNV,
}Expand description
VkSetLatencyMarkerInfoNV
Provided by VK_NV_low_latency2.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SET_LATENCY_MARKER_INFO_NV.
p_next: *const c_voidOptional, may be null.
present_id: u64§marker: LatencyMarkerNVImplementations§
Source§impl SetLatencyMarkerInfoNV
impl SetLatencyMarkerInfoNV
Sourcepub fn builder<'a>() -> SetLatencyMarkerInfoNVBuilder<'a>
pub fn builder<'a>() -> SetLatencyMarkerInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SetLatencyMarkerInfoNV
impl Clone for SetLatencyMarkerInfoNV
Source§fn clone(&self) -> SetLatencyMarkerInfoNV
fn clone(&self) -> SetLatencyMarkerInfoNV
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 SetLatencyMarkerInfoNV
impl Debug for SetLatencyMarkerInfoNV
Source§impl Default for SetLatencyMarkerInfoNV
impl Default for SetLatencyMarkerInfoNV
impl Copy for SetLatencyMarkerInfoNV
Auto Trait Implementations§
impl Freeze for SetLatencyMarkerInfoNV
impl RefUnwindSafe for SetLatencyMarkerInfoNV
impl !Send for SetLatencyMarkerInfoNV
impl !Sync for SetLatencyMarkerInfoNV
impl Unpin for SetLatencyMarkerInfoNV
impl UnsafeUnpin for SetLatencyMarkerInfoNV
impl UnwindSafe for SetLatencyMarkerInfoNV
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