Struct vks::VkImportMemoryWin32HandleInfoKHX [] [src]

#[repr(C)]
pub struct VkImportMemoryWin32HandleInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub handleType: VkExternalMemoryHandleTypeFlagBitsKHX, pub handle: HANDLE, }

Fields

Trait Implementations

impl Debug for VkImportMemoryWin32HandleInfoKHX
[src]

Formats the value using the given formatter.

impl Copy for VkImportMemoryWin32HandleInfoKHX
[src]

impl Clone for VkImportMemoryWin32HandleInfoKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImportMemoryWin32HandleInfoKHX
[src]

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