Struct vks::khr_external_fence_win32::VkExportFenceWin32HandleInfoKHR [] [src]

#[repr(C)]
pub struct VkExportFenceWin32HandleInfoKHR { pub sType: VkStructureType, pub pNext: *const c_void, pub pAttributes: *const SECURITY_ATTRIBUTES, pub dwAccess: DWORD, pub name: LPCWSTR, }

Fields

Trait Implementations

impl Debug for VkExportFenceWin32HandleInfoKHR
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkExportFenceWin32HandleInfoKHR
[src]

impl Clone for VkExportFenceWin32HandleInfoKHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkExportFenceWin32HandleInfoKHR
[src]

[src]

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