Struct vks::khr_external_semaphore_capabilities::VkExternalSemaphorePropertiesKHR [] [src]

#[repr(C)]
pub struct VkExternalSemaphorePropertiesKHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub exportFromImportedHandleTypes: VkExternalSemaphoreHandleTypeFlagsKHR, pub compatibleHandleTypes: VkExternalSemaphoreHandleTypeFlagsKHR, pub externalSemaphoreFeatures: VkExternalSemaphoreFeatureFlagsKHR, }

Fields

Trait Implementations

impl Debug for VkExternalSemaphorePropertiesKHR
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkExternalSemaphorePropertiesKHR
[src]

impl Clone for VkExternalSemaphorePropertiesKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkExternalSemaphorePropertiesKHR
[src]

[src]

Returns the "default value" for a type. Read more