pub struct KhrSynchronization2Fn {
    pub cmd_set_event2_khr: PFN_vkCmdSetEvent2KHR,
    pub cmd_reset_event2_khr: PFN_vkCmdResetEvent2KHR,
    pub cmd_wait_events2_khr: PFN_vkCmdWaitEvents2KHR,
    pub cmd_pipeline_barrier2_khr: PFN_vkCmdPipelineBarrier2KHR,
    pub cmd_write_timestamp2_khr: PFN_vkCmdWriteTimestamp2KHR,
    pub queue_submit2_khr: PFN_vkQueueSubmit2KHR,
    pub cmd_write_buffer_marker2_amd: PFN_vkCmdWriteBufferMarker2AMD,
    pub get_queue_checkpoint_data2_nv: PFN_vkGetQueueCheckpointData2NV,
}

Fields

cmd_set_event2_khr: PFN_vkCmdSetEvent2KHRcmd_reset_event2_khr: PFN_vkCmdResetEvent2KHRcmd_wait_events2_khr: PFN_vkCmdWaitEvents2KHRcmd_pipeline_barrier2_khr: PFN_vkCmdPipelineBarrier2KHRcmd_write_timestamp2_khr: PFN_vkCmdWriteTimestamp2KHRqueue_submit2_khr: PFN_vkQueueSubmit2KHRcmd_write_buffer_marker2_amd: PFN_vkCmdWriteBufferMarker2AMDget_queue_checkpoint_data2_nv: PFN_vkGetQueueCheckpointData2NV

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.