#[repr(C)]pub struct VkSetLatencyMarkerInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub presentID: u64,
pub marker: VkLatencyMarkerNV,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§presentID: u64
§marker: VkLatencyMarkerNV
Trait Implementations§
Source§impl Clone for VkSetLatencyMarkerInfoNV
impl Clone for VkSetLatencyMarkerInfoNV
Source§fn clone(&self) -> VkSetLatencyMarkerInfoNV
fn clone(&self) -> VkSetLatencyMarkerInfoNV
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 Default for VkSetLatencyMarkerInfoNV
impl Default for VkSetLatencyMarkerInfoNV
impl Copy for VkSetLatencyMarkerInfoNV
Auto Trait Implementations§
impl Freeze for VkSetLatencyMarkerInfoNV
impl RefUnwindSafe for VkSetLatencyMarkerInfoNV
impl !Send for VkSetLatencyMarkerInfoNV
impl !Sync for VkSetLatencyMarkerInfoNV
impl Unpin for VkSetLatencyMarkerInfoNV
impl UnwindSafe for VkSetLatencyMarkerInfoNV
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