Struct vks::VkMemoryWin32HandlePropertiesKHX [] [src]

#[repr(C)]
pub struct VkMemoryWin32HandlePropertiesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub memoryTypeBits: u32, }

Fields

Trait Implementations

impl Debug for VkMemoryWin32HandlePropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkMemoryWin32HandlePropertiesKHX
[src]

impl Clone for VkMemoryWin32HandlePropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkMemoryWin32HandlePropertiesKHX
[src]

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